.safari-flex-fix {
  display: flex;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.safari-transform-fix {
  transform: translateZ(0);
}
.safari-animation-fix {
  backface-visibility: hidden;
}
.safari-text-fix {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.safari-focus-fix:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
.safari-sticky-fix {
  position: sticky;
}
.safari-backdrop-fix {
  backdrop-filter: blur(10px);
}
video::-webkit-media-controls {
  overflow: hidden !important;
}
video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: -16px;
}
input:invalid {
  box-shadow: none;
}
input:valid {
  box-shadow: none;
}
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
input[type=range]::-webkit-slider-track {
  background: #ddd;
  height: 4px;
  border-radius: 2px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #8256E7;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  cursor: pointer;
}
input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=color] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
}
.safari-table-fix {
  table-layout: fixed;
  width: 100%;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.safari-touch-fix {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.safari-selection-fix::-moz-selection {
  background: #8256E7;
  color: white;
}
.safari-selection-fix::selection {
  background: #8256E7;
  color: white;
}
.safari-selection-fix::-moz-selection {
  background: #8256E7;
  color: white;
}
::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
::placeholder {
  color: #9ca3af;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #374151 !important;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
}
@media (prefers-contrast: high) {
  .safari-contrast-fix {
    border: 2px solid;
  }
}
@media (prefers-reduced-motion: reduce) {
  .safari-motion-fix {
    animation: none !important;
    transition: none !important;
  }
}
._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;
  }
}
._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;
}
._saveButton_oafpe_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 80px;
  height: 36px;
  padding: 0.5rem 1rem;
  background-color: #8256E7;
  color: white;
  border: 1px solid #8256E7;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
._saveButton_oafpe_1:hover {
  background-color: #6B45C1;
  color: white;
  border-color: #6B45C1;
  transform: translateY(-1px);
}
._saveButton_oafpe_1._saved_oafpe_51 {
  background-color: #f0f1ff;
  color: #6366F1;
  border-color: #6366F1;
}
._icon_oafpe_63 {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
._buttonText_oafpe_75 {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
._saved_oafpe_51 ._icon_oafpe_63 {
  fill: #6366F1;
}
._disabled_oafpe_95 {
  opacity: 0.4;
  cursor: not-allowed !important;
  pointer-events: none;
}
._disabled_oafpe_95:hover {
  background-color: transparent;
  color: #6c757d;
  border-color: #dee2e6;
  transform: none;
}
._container_vb0gw_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._header_vb0gw_7 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6B45C1 50%,
      #5A3A9F 100%);
  padding: 4rem 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
._header_vb0gw_7::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="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
._headerContent_vb0gw_27 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
._header_vb0gw_7 h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
}
._header_vb0gw_7 p {
  font-size: 1.25rem;
  opacity: 0.95;
  color: white;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
._contentContainer_vb0gw_54 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}
._filterContainer_vb0gw_61 {
  padding: 2rem 0 3rem 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: visible;
  position: relative;
  z-index: 5;
}
._searchBar_vb0gw_71 {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  position: relative;
  overflow: visible;
  z-index: 10;
}
._searchBar_vb0gw_71 input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 1rem;
  font-size: 1.1rem;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  background: #f8fafc;
  box-sizing: border-box;
  color: #1f2937;
}
._searchBar_vb0gw_71 input:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 4px rgba(130, 86, 231, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
._filterToggle_vb0gw_102 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
._filterToggle_vb0gw_102 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);
  color: #495057 !important;
}
._filterToggle_vb0gw_102 button:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f0e7ff;
}
._filterToggle_vb0gw_102 svg {
  width: 16px;
  height: 16px;
}
._activeFiltersCount_vb0gw_135 {
  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_vb0gw_147 {
  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_vb0gw_1 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes _filtersPanelSlideIn_vb0gw_1 {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._filtersHeader_vb0gw_175 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
._filtersTitle_vb0gw_183 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._clearAllButton_vb0gw_190 {
  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: #1f2937;
  cursor: pointer;
  transition: all 0.2s ease;
}
._clearAllButton_vb0gw_190:hover {
  background-color: #fee2e2;
  border-color: #fecaca;
  color: #dc2626;
}
._filtersGrid_vb0gw_211 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
._filterSection_vb0gw_217 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._filterSection_vb0gw_217 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._filterCount_vb0gw_233 {
  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_vb0gw_245 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}
._filterButton_vb0gw_252 {
  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_vb0gw_252::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_vb0gw_252:hover::before {
  left: 0;
}
._filterButton_vb0gw_252:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
._filterButton_vb0gw_252._active_vb0gw_135 {
  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_vb0gw_252._active_vb0gw_135::before {
  display: none;
}
._sortControls_vb0gw_308 {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}
._sortControls_vb0gw_308 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1f2937;
}
._sortOptions_vb0gw_321 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._sortOptions_vb0gw_321 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;
  color: #1f2937;
}
._sortOptions_vb0gw_321 select:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.15);
}
._sortOrderButton_vb0gw_347 {
  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: #1f2937;
}
._sortOrderButton_vb0gw_347:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f7f3ff;
  transform: translateY(-1px);
}
._resultsInfo_vb0gw_370 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  color: #666;
  font-size: 0.95rem;
  border-bottom: 1px solid #e9ecef;
  gap: 1rem;
}
._resultsInfo_vb0gw_370 p {
  flex: 1;
  margin: 0;
}
._brandsGrid_vb0gw_386 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.75rem;
  padding: 1.75rem 0;
  max-width: 1440px;
  margin: 0 auto;
}
._brandCard_vb0gw_395 {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.75rem;
  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_vb0gw_1 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  padding: 0.75rem;
  text-align: center;
}
._brandCard_vb0gw_395:nth-child(1) {
  animation-delay: 0.1s;
}
._brandCard_vb0gw_395:nth-child(2) {
  animation-delay: 0.15s;
}
._brandCard_vb0gw_395:nth-child(3) {
  animation-delay: 0.2s;
}
._brandCard_vb0gw_395:nth-child(4) {
  animation-delay: 0.25s;
}
._brandCard_vb0gw_395:nth-child(5) {
  animation-delay: 0.3s;
}
._brandCard_vb0gw_395:nth-child(6) {
  animation-delay: 0.35s;
}
._brandCard_vb0gw_395:nth-child(7) {
  animation-delay: 0.4s;
}
._brandCard_vb0gw_395:nth-child(8) {
  animation-delay: 0.45s;
}
._brandCard_vb0gw_395:nth-child(9) {
  animation-delay: 0.5s;
}
@keyframes _cardFadeIn_vb0gw_1 {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._brandCard_vb0gw_395:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
._clickableCard_vb0gw_437 {
  cursor: pointer;
}
._clickableCard_vb0gw_437:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(130, 86, 231, 0.2);
  border: 1px solid rgba(130, 86, 231, 0.3);
}
._brandImage_vb0gw_447 {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
}
._brandImage_vb0gw_447 > div {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
}
._brandImage_vb0gw_447 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
._brandInfo_vb0gw_482 {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  text-align: center;
}
._brandInfo_vb0gw_482 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1f2937;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
._brandMeta_vb0gw_500 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  align-items: center;
  justify-content: center;
}
._category_vb0gw_509 {
  color: #8256e7;
  font-weight: 600;
  font-size: 0.875rem;
  background-color: #f3f4f6;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}
._country_vb0gw_519 {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #f9fafb;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
._contactType_vb0gw_528 {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
._contactType_vb0gw_528._agency_vb0gw_537 {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
._contactType_vb0gw_528._direct_vb0gw_543 {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
._description_vb0gw_550 {
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}
._tags_vb0gw_557 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: center;
}
._tag_vb0gw_557 {
  padding: 0.25rem 0.75rem;
  background-color: #f0e7ff;
  color: #8256e7;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
._brandActions_vb0gw_574 {
  display: flex;
  gap: 0.125rem;
  margin-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
._websiteLink_vb0gw_584,
._contactsLink_vb0gw_584,
._detailsLink_vb0gw_584 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.25rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-decoration: none;
  flex: 1;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 0;
  text-align: center;
  min-height: 1.5rem;
  border: 1px solid transparent;
}
._websiteLink_vb0gw_584 {
  background-color: #8256e7;
  color: white;
}
._websiteLink_vb0gw_584:hover {
  background-color: #6b45c1;
}
._websiteLink_vb0gw_584._disabled_vb0gw_612 {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}
._websiteLink_vb0gw_584._disabled_vb0gw_612:hover {
  background-color: #f5f5f5;
  transform: none;
}
._contactsLink_vb0gw_584 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsLink_vb0gw_584:hover {
  background-color: #e6e6e6;
}
._detailsLink_vb0gw_584 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsLink_vb0gw_584:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1200px) {
  ._brandActions_vb0gw_574 {
    flex-direction: column;
    gap: 0.25rem;
  }
  ._websiteLink_vb0gw_584,
  ._contactsLink_vb0gw_584,
  ._detailsLink_vb0gw_584,
  ._revealContactsBtn_vb0gw_648 {
    padding: 0.375rem 0.375rem;
    font-size: 0.7rem;
    min-height: 1.75rem;
  }
}
._noBrands_vb0gw_655 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  color: #6c757d;
}
._noBrandsSubtext_vb0gw_662 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #8b949e;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
._resetButton_vb0gw_671 {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.875rem 2rem;
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6B45C1 100%);
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.25);
  cursor: pointer;
}
._resetButton_vb0gw_671:hover {
  background:
    linear-gradient(
      135deg,
      #6B45C1 0%,
      #5A3A9F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(130, 86, 231, 0.35);
}
@media (max-width: 768px) {
  ._header_vb0gw_7 h1 {
    font-size: 2rem;
  }
  ._header_vb0gw_7 p {
    font-size: 1rem;
  }
  ._contentContainer_vb0gw_54 {
    padding: 0 1rem;
  }
  ._brandsGrid_vb0gw_386 {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    gap: 1rem;
  }
  ._filterContainer_vb0gw_61 {
    padding: 1rem 0;
  }
  ._brandActions_vb0gw_574 {
    gap: 0.125rem;
  }
  ._websiteLink_vb0gw_584,
  ._contactsLink_vb0gw_584,
  ._detailsLink_vb0gw_584,
  ._revealContactsBtn_vb0gw_648 {
    padding: 0.25rem 0.25rem;
    font-size: 0.6rem;
    min-height: 1.5rem;
  }
  ._advancedFilters_vb0gw_147 {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  ._filtersHeader_vb0gw_175 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._filtersTitle_vb0gw_183 {
    font-size: 1.125rem;
    text-align: center;
  }
  ._clearAllButton_vb0gw_190 {
    align-self: center;
  }
  ._filtersGrid_vb0gw_211 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._filterOptions_vb0gw_245 {
    gap: 0.5rem;
  }
  ._filterButton_vb0gw_252 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    min-height: 2.25rem;
  }
  ._sortOptions_vb0gw_321 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  ._sortOptions_vb0gw_321 select {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 480px) {
  ._advancedFilters_vb0gw_147 {
    padding: 1rem;
    gap: 1.25rem;
  }
  ._filtersTitle_vb0gw_183 {
    font-size: 1rem;
  }
  ._clearAllButton_vb0gw_190 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  ._filterSection_vb0gw_217 h3 {
    font-size: 0.9rem;
  }
  ._filterButton_vb0gw_252 {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    min-height: 2rem;
  }
  ._sortOrderButton_vb0gw_347 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}
._brandLogo_vb0gw_804 {
  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.5rem;
}
._brandCardSkeleton_vb0gw_818 {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  animation: _pulse_vb0gw_1 1.5s ease-in-out infinite alternate;
}
._skeletonImage_vb0gw_827 {
  width: 80px;
  height: 80px;
  background: var(--border);
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonContent_vb0gw_835 {
  padding: 0;
  text-align: center;
}
._skeletonTitle_vb0gw_840 {
  width: 80%;
  height: 1.25rem;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.5rem;
}
._skeletonText_vb0gw_848 {
  width: 100%;
  height: 1rem;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.25rem;
}
._skeletonText_vb0gw_848:last-child {
  width: 60%;
  margin: 0 auto;
}
._emptyState_vb0gw_861 {
  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_vb0gw_861 svg {
  opacity: 0.3;
}
._emptyState_vb0gw_861 h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
._emptyState_vb0gw_861 p {
  margin: 0;
  font-size: 1.1rem;
}
@keyframes _pulse_vb0gw_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._amazonCard_vb0gw_896 {
  background: #232E3E !important;
  color: #ffffff !important;
}
._amazonCard_vb0gw_896 h3 {
  color: #ffffff !important;
}
._amazonCard_vb0gw_896 p {
  color: rgba(255, 255, 255, 0.8) !important;
}
._amazonCard_vb0gw_896 ._text-gray-600_vb0gw_909 {
  color: rgba(255, 255, 255, 0.7) !important;
}
._amazonCard_vb0gw_896:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-4px) !important;
}
._amazonCard_vb0gw_896 button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
._amazonCard_vb0gw_896 ._bg-gray-100_vb0gw_922 {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
._pagination_vb0gw_928 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e9ecef;
}
._paginationInfo_vb0gw_938 {
  font-size: 0.9rem;
  color: #6c757d;
  text-align: center;
}
._paginationControls_vb0gw_944 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
._paginationButton_vb0gw_952 {
  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_vb0gw_952:hover:not(._disabled_vb0gw_612) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._paginationButton_vb0gw_952._disabled_vb0gw_612 {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f8f9fa;
  color: #6c757d;
}
._paginationButton_vb0gw_952._disabled_vb0gw_612:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
._pageNumbers_vb0gw_990 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._pageButton_vb0gw_996 {
  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_vb0gw_996:hover:not(._disabled_vb0gw_612) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._pageButton_vb0gw_996._active_vb0gw_135 {
  background-color: #8256e7;
  border-color: #8256e7;
  color: white;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.3);
}
._pageButton_vb0gw_996._active_vb0gw_135:hover {
  background-color: #7c4fd8;
  border-color: #7c4fd8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.4);
}
._pageButton_vb0gw_996._ellipsis_vb0gw_1034 {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  min-width: auto;
  padding: 0 0.5rem;
}
._pageButton_vb0gw_996._ellipsis_vb0gw_1034:hover {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}
._pageButton_vb0gw_996._disabled_vb0gw_612 {
  opacity: 0.5;
  cursor: not-allowed;
}
._pageButton_vb0gw_996._disabled_vb0gw_612:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
@media (max-width: 768px) {
  ._paginationControls_vb0gw_944 {
    flex-direction: column;
    gap: 1rem;
  }
  ._pageNumbers_vb0gw_990 {
    order: 2;
  }
  ._paginationButton_vb0gw_952 {
    order: 1;
  }
  ._pageButton_vb0gw_996 {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8rem;
  }
}
._filterDropdown_vb0gw_1086 {
  margin-top: 0.5rem;
}
._customFilterDropdown_vb0gw_1090 {
  margin-top: 0.5rem;
}
._customSortDropdown_vb0gw_1094 {
  flex: 1;
  margin-right: 0.5rem;
}
._filterSelect_vb0gw_1099 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #1f2937;
  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_vb0gw_1099:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._filterSelect_vb0gw_1099:hover {
  border-color: #8256e7;
}
._multiSelectContainer_vb0gw_1133 {
  position: relative;
  width: 100%;
}
._multiSelectDisplay_vb0gw_1138 {
  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: #1f2937;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 2.75rem;
}
._multiSelectDisplay_vb0gw_1138:hover {
  border-color: #8256e7;
}
._multiSelectContainer_vb0gw_1133:focus-within ._multiSelectDisplay_vb0gw_1138 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._placeholder_vb0gw_1163 {
  color: #6b7280;
  font-style: italic;
}
._selectedCount_vb0gw_1168 {
  color: #8256e7;
  font-weight: 600;
}
._multiSelectOptions_vb0gw_1173 {
  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_vb0gw_1133:hover ._multiSelectOptions_vb0gw_1173,
._multiSelectContainer_vb0gw_1133:focus-within ._multiSelectOptions_vb0gw_1173 {
  display: block;
}
._multiSelectOption_vb0gw_1173 {
  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: #1f2937;
}
._multiSelectOption_vb0gw_1173:hover {
  background-color: #f8f9fa;
}
._multiSelectOption_vb0gw_1173 input[type=checkbox] {
  display: none;
}
._checkbox_vb0gw_1213 {
  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_vb0gw_1173 input[type=checkbox]:checked + ._checkbox_vb0gw_1213 {
  background-color: #8256e7;
  border-color: #8256e7;
}
._multiSelectOption_vb0gw_1173 input[type=checkbox]:checked + ._checkbox_vb0gw_1213::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 0.125rem;
}
._multiSelectOption_vb0gw_1173 input[type=checkbox]:checked + ._checkbox_vb0gw_1213 + span {
  color: #8256e7;
  font-weight: 500;
}
@media (max-width: 768px) {
  ._filterSelect_vb0gw_1099,
  ._multiSelectDisplay_vb0gw_1138 {
    font-size: 0.8rem;
    padding: 0.625rem 0.875rem;
  }
  ._multiSelectOptions_vb0gw_1173 {
    max-height: 150px;
  }
  ._multiSelectOption_vb0gw_1173 {
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
  }
}
._searchSection_vb0gw_1264 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6b45c1 100%);
  padding: 3rem 2rem;
  text-align: center;
  color: white;
}
._searchContainer_vb0gw_1271 {
  max-width: 800px;
  margin: 0 auto;
}
._searchContainer_vb0gw_1271 h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}
._searchContainer_vb0gw_1271 p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  color: white;
}
._heroSearchBar_vb0gw_1291 {
  display: flex;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  background: #f8fafc;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}
._heroSearchBar_vb0gw_1291:focus-within {
  box-shadow: 0 8px 24px rgba(130, 86, 231, 0.15);
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #8256e7;
}
._heroSearchInput_vb0gw_1310 {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  font-size: 1.1rem;
  background: #f8fafc;
  color: #333;
}
._heroSearchInput_vb0gw_1310::-moz-placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchInput_vb0gw_1310::placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchButton_vb0gw_1325 {
  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_vb0gw_1325:hover {
  background: #6b45c1;
  transform: scale(1.05);
}
._heroSearchButton_vb0gw_1325:active {
  transform: scale(0.95);
}
._aiChatButtonContainer_vb0gw_1347 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._actionButtonsContainer_vb0gw_1354 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
._aiChatButtonContainer_vb0gw_1347 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._requestBrandButtonContainer_vb0gw_1370 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._aiChatButton_vb0gw_1347,
._requestBrandButton_vb0gw_1370,
._holidayButton_vb0gw_1379 {
  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;
  backdrop-filter: blur(10px);
  text-decoration: none;
  white-space: nowrap;
  min-width: 140px;
  justify-content: center;
}
._aiChatButton_vb0gw_1347:hover,
._requestBrandButton_vb0gw_1370:hover,
._holidayButton_vb0gw_1379:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
._holidayButtonContainer_vb0gw_1408 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._holidayModeBanner_vb0gw_1420 {
  background:
    linear-gradient(
      135deg,
      #FFC107 0%,
      #FF9800 100%);
  border: 2px solid rgba(255, 193, 7, 0.3);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem 0;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
  animation: _slideDown_vb0gw_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModeContent_vb0gw_1430 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._holidayModeIcon_vb0gw_1436 {
  color: white;
  flex-shrink: 0;
}
._holidayModeText_vb0gw_1441 {
  flex: 1;
}
._holidayModeText_vb0gw_1441 h3 {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
._holidayModeText_vb0gw_1441 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  margin: 0;
}
._exitHolidayMode_vb0gw_1458 {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
._exitHolidayMode_vb0gw_1458:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
@keyframes _slideDown_vb0gw_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._holidayLocationInline_vb0gw_1488 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
  padding: 2rem;
  padding-top: 8rem;
  animation: _fadeIn_vb0gw_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayLocationInlineContent_vb0gw_1506 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  overflow: hidden;
}
._holidayLocationHeader_vb0gw_1516 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #6B45C1 100%);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  border-radius: 16px 16px 0 0;
}
._holidayLocationIcon_vb0gw_1526 {
  color: white;
  flex-shrink: 0;
}
._holidayLocationTitle_vb0gw_1531 {
  flex: 1;
}
._holidayLocationTitle_vb0gw_1531 h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
._holidayLocationTitle_vb0gw_1531 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
}
._closeHolidayLocation_vb0gw_1548 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
._closeHolidayLocation_vb0gw_1548:hover {
  background: rgba(255, 255, 255, 0.3);
}
._holidayLocationGrid_vb0gw_1569 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border-radius: 0 0 16px 16px;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
._holidayLocationOption_vb0gw_1581 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
._holidayLocationOption_vb0gw_1581:hover {
  background: #f3f0ff;
  border-color: #8256E7;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.15);
}
._holidayLocationFlag_vb0gw_1602 {
  font-size: 1.5rem;
  line-height: 1;
}
._holidayLocationName_vb0gw_1607 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
@keyframes _fadeIn_vb0gw_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _slideUp_vb0gw_1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._aiChatModal_vb0gw_1634 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
  padding: 2rem;
  padding-top: 8rem;
  animation: _fadeIn_vb0gw_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModal_vb0gw_1653 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
  padding: 2rem;
  padding-top: 8rem;
  animation: _fadeIn_vb0gw_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModalContent_vb0gw_1671 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 1200px;
  max-height: 80vh;
  overflow: hidden;
}
._requestBrandModal_vb0gw_1682 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  z-index: 10000;
  padding: 2rem;
  padding-top: 8rem !important;
  animation: _fadeIn_vb0gw_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _fadeIn_vb0gw_1 {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(20px);
    transform: scale(1);
  }
}
._aiChatModalContent_vb0gw_1713 {
  background: #fafafa;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  animation: _slideUp_vb0gw_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  position: relative;
}
@keyframes _slideUp_vb0gw_1 {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._requestBrandModalContent_vb0gw_1742 {
  background: #fafafa;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  animation: _slideUp_vb0gw_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  ._aiChatModal_vb0gw_1634,
  ._requestBrandModal_vb0gw_1682 {
    align-items: flex-start !important;
    padding: 2rem;
    padding-top: 6rem !important;
  }
  ._aiChatModalContent_vb0gw_1713,
  ._requestBrandModalContent_vb0gw_1742 {
    margin: 0;
  }
}
._aiChatHeader_vb0gw_1774 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
  background: #fafafa;
  color: #1a1a1a;
  position: relative;
}
._aiChatStatus_vb0gw_1786 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #1a1a1a;
}
._aiIconContainer_vb0gw_1793 {
  background: #8256E7;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._aiTitleContainer_vb0gw_1805 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._aiTitle_vb0gw_1805 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}
._aiSubtitle_vb0gw_1819 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.2;
  margin: 0;
}
._statusIndicator_vb0gw_1827 {
  width: 12px;
  height: 12px;
  background-color: #8256E7;
  border-radius: 50%;
  animation: _pulse_vb0gw_1 2s infinite;
}
._aiChatControls_vb0gw_1835 {
  display: flex;
  gap: 0.5rem;
}
._clearChatBtn_vb0gw_1840,
._closeChatBtn_vb0gw_1841 {
  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_vb0gw_1840 {
  background-color: #f3f4f6;
  color: #666;
}
._closeChatBtn_vb0gw_1841 {
  background-color: transparent;
  color: #666;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
._clearChatBtn_vb0gw_1840:hover {
  background-color: #e5e7eb;
}
._closeChatBtn_vb0gw_1841:hover {
  background-color: #f3f4f6;
  color: #374151;
}
._aiMessagesContainer_vb0gw_1879 {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem 1.5rem;
  min-height: 200px;
  max-height: 350px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
._aiMessages_vb0gw_1879 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
._aiMessage_vb0gw_1879 {
  display: flex;
  gap: 0.75rem;
  max-width: 85%;
}
._aiMessage_vb0gw_1879._user_vb0gw_1902 {
  align-self: flex-end;
  flex-direction: row-reverse;
}
._aiAvatar_vb0gw_1907,
._userAvatar_vb0gw_1908 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._aiAvatar_vb0gw_1907 {
  background-color: #8256e7;
  color: white;
}
._userAvatar_vb0gw_1908 {
  background-color: #f3f4f6;
  color: #666;
}
._messageWrapper_vb0gw_1928 {
  flex: 1;
  min-width: 0;
}
._messageContent_vb0gw_1933 {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background-color: #f0f0f0;
  color: #4a4a4a;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
._aiMessage_vb0gw_1879._user_vb0gw_1902 ._messageContent_vb0gw_1933 {
  background-color: #8256e7;
  color: white;
}
._messageContext_vb0gw_1948 {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(130, 86, 231, 0.05);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
._contactLimit_vb0gw_1956 {
  color: #8256e7;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
._brandCount_vb0gw_1962 {
  color: #6c757d;
  font-size: 0.8rem;
}
._navigationSuggestions_vb0gw_1967 {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
._suggestionsHeader_vb0gw_1975 {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
._suggestionsList_vb0gw_1982 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._suggestionItem_vb0gw_1988 {
  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_vb0gw_1988:hover {
  border-color: #8256e7;
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.15);
  transform: translateY(-1px);
}
._suggestionContent_vb0gw_2007 {
  flex: 1;
}
._suggestionTitle_vb0gw_2011 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
}
._suggestionDetails_vb0gw_2017 {
  font-size: 0.8rem;
  color: #6c757d;
}
._suggestionArrow_vb0gw_2022 {
  color: #8256e7;
  font-weight: bold;
  font-size: 1.2rem;
}
._messageTime_vb0gw_2028 {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.25rem;
  text-align: right;
}
._typingIndicator_vb0gw_2035 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}
._typingDot_vb0gw_2042 {
  width: 6px;
  height: 6px;
  background-color: #8256e7;
  border-radius: 50%;
  animation: _typing_vb0gw_2035 1.4s infinite ease-in-out;
}
._typingDot_vb0gw_2042:nth-child(2) {
  animation-delay: 0.2s;
}
._typingDot_vb0gw_2042:nth-child(3) {
  animation-delay: 0.4s;
}
._aiInputForm_vb0gw_2058 {
  padding: 1.5rem;
  border-top: 1px solid #e5e5e5;
  flex-shrink: 0;
  background-color: #fafafa;
}
._inputWrapper_vb0gw_2065 {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}
._aiInput_vb0gw_2058 {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  outline: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  background-color: #f0f0f0;
  color: #1a1a1a;
}
._aiInput_vb0gw_2058:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
  background-color: #fafafa;
}
._aiSubmitButton_vb0gw_2089 {
  padding: 0.875rem;
  background-color: #8256E7;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
}
._aiSubmitButton_vb0gw_2089._active_vb0gw_135 {
  background-color: #8256e7;
  color: white;
}
._aiSubmitButton_vb0gw_2089:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._quickPromptsSection_vb0gw_2114 {
  margin: 0;
  padding: 1.5rem;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
._quickPromptsTitle_vb0gw_2121 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 1.5rem;
  text-align: left;
  letter-spacing: -0.025em;
  position: relative;
}
._quickPromptsTitle_vb0gw_2121::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 30px;
  height: 2px;
  background: #9ca3af;
  border-radius: 1px;
}
._quickPrompts_vb0gw_2114 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
._quickPrompt_vb0gw_2114 {
  padding: 1.5rem 2rem;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #6b7280;
  min-height: 60px;
  max-width: 100%;
  overflow: hidden;
  box-shadow: none;
  text-overflow: ellipsis;
  position: relative;
}
._promptText_vb0gw_2170 {
  flex: 1;
  line-height: 1.3;
}
._quickPrompt_vb0gw_2114:hover:not(:disabled) {
  background-color: #e5e7eb;
  border-color: #d1d5db;
  transform: none;
  box-shadow: none;
  color: #374151;
}
._categoriesSection_vb0gw_2184 {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_vb0gw_2184 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_vb0gw_2197 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._categoryCard_vb0gw_2205 {
  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_vb0gw_2205:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_vb0gw_2221 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_vb0gw_2205 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_vb0gw_2205 p {
  color: #666;
  font-size: 0.9rem;
}
._viewAllCategoriesSection_vb0gw_2239 {
  margin-top: 2rem;
}
._viewAllCategoriesButton_vb0gw_2243 {
  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_vb0gw_2243:hover {
  background-color: #6b45c1;
}
._featuredSection_vb0gw_2259 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: white;
}
._featuredSection_vb0gw_2259 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_vb0gw_2272 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}
._featuredBrandsGrid_vb0gw_2281 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto 2rem;
}
._featuredBrandCard_vb0gw_2289 {
  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_vb0gw_2289:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_vb0gw_447 {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
}
._featuredBadge_vb0gw_2317,
._trendingBadge_vb0gw_2318 {
  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_vb0gw_2317 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_vb0gw_2318 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_vb0gw_482 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_vb0gw_482 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_vb0gw_500 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_vb0gw_509 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_vb0gw_519,
._year_vb0gw_2371 {
  color: #6c757d;
  font-size: 0.9rem;
}
._description_vb0gw_550 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
}
._budget_vb0gw_2384 {
  margin-bottom: 1rem;
}
._budget_vb0gw_2384 span {
  font-weight: 600;
  color: #333;
}
._brandActions_vb0gw_574 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
._revealContactsBtn_vb0gw_648 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.25rem 0.25rem;
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6b45c1 100%);
  color: white;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 0;
  text-align: center;
  min-height: 1.5rem;
  flex: 1;
}
._revealContactsBtn_vb0gw_648:hover:not(:disabled) {
  background:
    linear-gradient(
      135deg,
      #6b45c1 0%,
      #5a3a9f 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._revealContactsBtn_vb0gw_648:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
._websiteLink_vb0gw_584,
._contactButton_vb0gw_2433,
._detailsLink_vb0gw_584 {
  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_vb0gw_584 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._contactButton_vb0gw_2433 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
  cursor: pointer;
}
._detailsLink_vb0gw_584 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._websiteLink_vb0gw_584:hover,
._detailsLink_vb0gw_584:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}
._contactButton_vb0gw_2433:hover {
  background-color: #6b45c1;
  border-color: #6b45c1;
  transform: translateY(-1px);
}
._viewAllBrandsSection_vb0gw_2479 {
  margin-top: 2rem;
}
._viewAllBrandsButton_vb0gw_2483 {
  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_vb0gw_2483:hover {
  background-color: #6b45c1;
}
._categoryCardSkeleton_vb0gw_2499,
._brandCardSkeleton_vb0gw_818 {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  animation: _pulse_vb0gw_1 1.5s ease-in-out infinite alternate;
}
._skeletonIcon_vb0gw_2507 {
  width: 48px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonTitle_vb0gw_840 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto 0.5rem;
}
._skeletonCount_vb0gw_2523 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto;
}
._skeletonImage_vb0gw_827 {
  width: 100%;
  height: 150px;
  background-color: #e9ecef;
  border-radius: 0.75rem 0.75rem 0 0;
}
._skeletonBrandInfo_vb0gw_2538 {
  padding: 1.5rem;
}
._skeletonBrandName_vb0gw_2542 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
._skeletonBrandMeta_vb0gw_2550 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
._skeletonDescription_vb0gw_2558 {
  width: 100%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
._emptyState_vb0gw_861 {
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_vb0gw_861 p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@keyframes _spin_vb0gw_3082 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _pulse_vb0gw_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes _typing_vb0gw_2035 {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}
._browseSection_vb0gw_2598 {
  background-color: #f8f9fa;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  ._searchContainer_vb0gw_1271 h1 {
    font-size: 2rem;
  }
  ._searchContainer_vb0gw_1271 p {
    font-size: 1rem;
  }
  ._aiChatButton_vb0gw_1347 {
    width: 100%;
    justify-content: center;
  }
  ._actionButtonsContainer_vb0gw_1354 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._requestBrandButtonContainer_vb0gw_1370,
  ._aiChatButtonContainer_vb0gw_1347 {
    width: 100%;
  }
  ._requestBrandButton_vb0gw_1370,
  ._aiChatButton_vb0gw_1347 {
    width: 100%;
    justify-content: center;
  }
  ._categoriesSection_vb0gw_2184 h2,
  ._featuredSection_vb0gw_2259 h2 {
    font-size: 2rem;
  }
  ._categoriesGrid_vb0gw_2197 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._featuredBrandsGrid_vb0gw_2281 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._aiChatModal_vb0gw_1634,
  ._requestBrandModal_vb0gw_1682 {
    padding: 8vh 1rem 0 !important;
    align-items: flex-start !important;
  }
  ._aiChatModalContent_vb0gw_1713,
  ._requestBrandModalContent_vb0gw_1742 {
    height: auto;
    max-height: 80vh;
    width: 100%;
    max-width: none;
    border-radius: 1rem;
    margin: 0;
  }
  ._quickPrompts_vb0gw_2114 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  ._quickPrompt_vb0gw_2114 {
    min-height: 50px;
    padding: 0.625rem 0.875rem;
  }
  ._aiMessage_vb0gw_1879 {
    max-width: 90%;
  }
  ._aiMessagesContainer_vb0gw_1879 {
    min-height: 250px;
  }
  ._quickPrompts_vb0gw_2114 {
    gap: 0.25rem;
  }
  ._quickPrompt_vb0gw_2114 {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem;
  }
}
._categoryOverviewSection_vb0gw_2696 {
  margin-bottom: 2rem;
  padding: 1rem 0;
}
._categorySectionHeader_vb0gw_2701 {
  text-align: center;
  margin-bottom: 2rem;
}
._categorySectionHeader_vb0gw_2701 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
._categorySectionHeader_vb0gw_2701 p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
._categoryGrid_vb0gw_2721 {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  overflow-x: auto;
  padding: 0.5rem 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-right: 1rem;
}
._categoryGrid_vb0gw_2721::-webkit-scrollbar {
  height: 6px;
}
._categoryGrid_vb0gw_2721::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
._categoryGrid_vb0gw_2721::-webkit-scrollbar-thumb {
  background: #8256E7;
  border-radius: 3px;
}
._categoryGrid_vb0gw_2721::-webkit-scrollbar-thumb:hover {
  background: #6B45C1;
}
._categoryCard_vb0gw_2205 {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  max-width: 200px;
  flex-shrink: 0;
  width: 200px;
}
._categoryCard_vb0gw_2205:hover {
  border-color: var(--category-color, #8256E7);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
._categoryCard_vb0gw_2205::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--category-color, #8256E7);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
._categoryCard_vb0gw_2205:hover::before {
  transform: scaleX(1);
}
._categoryIcon_vb0gw_2221 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--category-color, #8256E7);
}
._categoryCard_vb0gw_2205 h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._categoryCard_vb0gw_2205 p {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._brandCount_vb0gw_1962 {
  background: var(--category-color, #8256E7);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}
._categoryNavigation_vb0gw_2831 {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
._categoryBreadcrumb_vb0gw_2843 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._backToCategories_vb0gw_2849 {
  background: #8256E7;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
._backToCategories_vb0gw_2849:hover {
  background: #6B45C1;
  transform: translateY(-1px);
}
._categoryDivider_vb0gw_2866 {
  color: #999;
  font-size: 1.2rem;
}
._currentCategory_vb0gw_2871 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
}
._categoryStats_vb0gw_2877 {
  display: flex;
  align-items: center;
}
._brandCount_vb0gw_1962 {
  background: #e8f2ff;
  color: #8256E7;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
._categoryCardSkeleton_vb0gw_2499 {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  max-width: 200px;
  flex-shrink: 0;
}
._skeletonIcon_vb0gw_2507 {
  width: 24px;
  height: 24px;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  animation: _skeleton-loading_vb0gw_1 1.5s ease-in-out infinite;
}
._skeletonTitle_vb0gw_840 {
  width: 80%;
  height: 16px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 0.25rem;
  animation: _skeleton-loading_vb0gw_1 1.5s ease-in-out infinite;
}
._skeletonDescription_vb0gw_2558 {
  width: 95%;
  height: 12px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 0.75rem;
  animation: _skeleton-loading_vb0gw_1 1.5s ease-in-out infinite;
}
._skeletonCount_vb0gw_2523 {
  width: 50%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 12px;
  margin: 0 auto;
  animation: _skeleton-loading_vb0gw_1 1.5s ease-in-out infinite;
}
@keyframes _skeleton-loading_vb0gw_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
._emptyState_vb0gw_861 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_vb0gw_861 p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  ._categoryGrid_vb0gw_2721 {
    gap: 0.75rem;
    padding: 0.25rem 0;
  }
  ._categoryCard_vb0gw_2205 {
    min-width: 160px;
    max-width: 160px;
    padding: 1rem;
  }
  ._categoryCard_vb0gw_2205 h3 {
    font-size: 0.9rem;
  }
  ._categoryCard_vb0gw_2205 p {
    font-size: 0.7rem;
  }
  ._categoryNavigation_vb0gw_2831 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  ._categoryBreadcrumb_vb0gw_2843 {
    flex-wrap: wrap;
  }
}
._contactModal_vb0gw_2999 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}
._contactModalContent_vb0gw_3013 {
  background: white;
  border-radius: 1rem;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  animation: _modalSlideIn_vb0gw_1 0.3s ease;
}
@keyframes _modalSlideIn_vb0gw_1 {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._contactModalHeader_vb0gw_3035 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}
._contactModalHeader_vb0gw_3035 h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
._closeModalBtn_vb0gw_3051 {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}
._closeModalBtn_vb0gw_3051:hover {
  background: #e5e7eb;
  color: #374151;
}
._contactModalBody_vb0gw_3067 {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}
._loadingContacts_vb0gw_3073 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}
._spinner_vb0gw_3082 {
  width: 2rem;
  height: 2rem;
  border: 3px solid #e5e7eb;
  border-top: 3px solid #8256e7;
  border-radius: 50%;
  animation: _spin_vb0gw_3082 1s linear infinite;
}
@keyframes _spin_vb0gw_3082 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._contactsList_vb0gw_3096 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._contactItem_vb0gw_3102 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #f9fafb;
  transition: all 0.2s ease;
}
._contactItem_vb0gw_3102:hover {
  border-color: #8256e7;
  background: #f8fafc;
}
._contactInfo_vb0gw_3118 h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}
._contactRole_vb0gw_3125 {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
._contactEmail_vb0gw_3132,
._contactPhone_vb0gw_3132 {
  margin: 0;
  font-size: 0.8rem;
  color: #9ca3af;
}
._lockedEmail_vb0gw_3138 {
  margin: 0;
  font-size: 0.8rem;
  color: #ef4444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._contactActions_vb0gw_3148 {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
._unlockBtn_vb0gw_3154 {
  padding: 0.5rem 1rem;
  background: #8256e7;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
._unlockBtn_vb0gw_3154:hover {
  background: #6b45c1;
  transform: translateY(-1px);
}
._saveBtn_vb0gw_3171 {
  padding: 0.5rem 1rem;
  background: #10b981;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
._saveBtn_vb0gw_3171:hover {
  background: #059669;
  transform: translateY(-1px);
}
._noContacts_vb0gw_3188 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
._viewAllBtn_vb0gw_3194 {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #8256e7;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
._viewAllBtn_vb0gw_3194:hover {
  background: #6b45c1;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  ._contactModal_vb0gw_2999 {
    padding: 0.5rem;
  }
  ._contactModalContent_vb0gw_3013 {
    max-height: 90vh;
  }
  ._contactItem_vb0gw_3102 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  ._contactActions_vb0gw_3148 {
    width: 100%;
    justify-content: stretch;
  }
  ._unlockBtn_vb0gw_3154,
  ._saveBtn_vb0gw_3171 {
    flex: 1;
  }
}
._contactEmailSection_vb0gw_3238,
._contactLinkedInSection_vb0gw_3239 {
  margin: 0.5rem 0;
}
._unlockedEmail_vb0gw_3243 {
  color: #059669;
  font-weight: 500;
}
._contactLinkedIn_vb0gw_3239 {
  color: #8256E7;
  text-decoration: none;
  font-weight: 500;
}
._contactLinkedIn_vb0gw_3239:hover {
  text-decoration: underline;
}
._unlockButton_vb0gw_3258 {
  width: 100%;
  margin-top: 0.5rem;
}
._tableContainer_vb0gw_3264 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none;
  padding: 0 2rem;
}
._sampleBrandsBanner_vb0gw_3273 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #6B45C1 100%);
  border-radius: 16px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 8px 32px rgba(130, 86, 231, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
._sampleBrandsContent_vb0gw_3282 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
}
._sampleBrandsIcon_vb0gw_3289 {
  flex-shrink: 0;
  color: #FFD700;
  animation: _pulse_vb0gw_1 2s infinite;
}
._sampleBrandsText_vb0gw_3295 {
  flex: 1;
}
._sampleBrandsText_vb0gw_3295 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: white;
}
._sampleBrandsText_vb0gw_3295 p {
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.9;
  color: white;
}
._upgradeButton_vb0gw_3313 {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}
._upgradeButton_vb0gw_3313:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
@keyframes _pulse_vb0gw_1 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  ._sampleBrandsContent_vb0gw_3282 {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  ._sampleBrandsText_vb0gw_3295 {
    order: 2;
  }
  ._upgradeButton_vb0gw_3313 {
    order: 3;
    width: 100%;
  }
  ._sampleBrandsIcon_vb0gw_3289 {
    order: 1;
  }
}
.logo-img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease;
}
.logo-small {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.logo-medium {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.logo-large {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
}
.logo-xl {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
}
@media (max-width: 768px) {
  .logo-responsive {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  .logo-small {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
  .logo-medium {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .logo-large {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
  .logo-xl {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media (max-width: 480px) {
  .logo-responsive {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }
  .logo-small {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }
  .logo-medium {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  .logo-large {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }
  .logo-xl {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
  }
}
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo-container-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo-with-text {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.logo-text {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.logo-text:hover {
  text-decoration: none;
}
.logo-hover {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.logo-hover:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.logo-hover-subtle:hover {
  transform: scale(1.02);
  filter: brightness(1.05);
}
.logo-loading {
  opacity: 0.6;
  animation: logo-pulse 1.5s ease-in-out infinite;
}
@keyframes logo-pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.logo-error {
  opacity: 0.3;
  filter: grayscale(100%);
}
.logo-placeholder {
  background:
    linear-gradient(
      135deg,
      #f3f4f6,
      #e5e7eb);
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 500;
}
.logo-aspect-square {
  aspect-ratio: 1 / 1;
}
.logo-aspect-rectangle {
  aspect-ratio: 4 / 3;
}
.logo-aspect-wide {
  aspect-ratio: 16 / 9;
}
.logo-bordered {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 4px;
}
.logo-bordered-thick {
  border: 4px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px;
}
.logo-bordered-brand {
  border: 2px solid #8256E7;
  border-radius: 8px;
  padding: 4px;
}
.logo-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.logo-shadow-lg {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.logo-shadow-brand {
  box-shadow: 0 4px 16px rgba(130, 86, 231, 0.2);
}
.logo-bg-white {
  background-color: white;
  border-radius: 8px;
  padding: 8px;
}
.logo-bg-gray {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 8px;
}
.logo-bg-brand {
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #6B45C1);
  border-radius: 8px;
  padding: 8px;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 1rem;
  align-items: center;
  justify-items: center;
}
.logo-grid-small {
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 0.75rem;
}
.logo-grid-large {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
}
.logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.logo-list-vertical {
  flex-direction: column;
  align-items: flex-start;
}
.logo-list-horizontal {
  flex-direction: row;
  align-items: center;
}
.logo-text-left {
  text-align: left;
}
.logo-text-center {
  text-align: center;
}
.logo-text-right {
  text-align: right;
}
.logo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.logo-focusable:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
.logo-focusable:focus:not(:focus-visible) {
  outline: none;
}
@media print {
  .logo-img {
    filter: none !important;
    box-shadow: none !important;
  }
  .logo-hover:hover {
    transform: none;
    filter: none;
  }
}
@media (prefers-contrast: high) {
  .logo-img {
    border: 1px solid currentColor;
  }
  .logo-bordered {
    border-width: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-hover,
  .logo-hover-subtle {
    transition: none;
  }
  .logo-loading {
    animation: none;
    opacity: 1;
  }
}
._customDropdown_xacvy_1 {
  position: relative;
  width: 100%;
  font-family: inherit;
}
._dropdownTrigger_xacvy_7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #495057 !important;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  min-height: 2.75rem;
}
._dropdownTrigger_xacvy_7:hover:not(._disabled_xacvy_25) {
  border-color: #8256e7;
  box-shadow: 0 0 0 1px rgba(130, 86, 231, 0.1);
}
._dropdownTrigger_xacvy_7:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._dropdownTrigger_xacvy_7._open_xacvy_35 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._dropdownTrigger_xacvy_7._disabled_xacvy_25 {
  background-color: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
  border-color: #e9ecef;
}
._selectedValue_xacvy_47 {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #495057 !important;
}
._arrow_xacvy_56 {
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  color: #6c757d;
}
._arrowUp_xacvy_63 {
  transform: rotate(180deg);
}
._dropdownMenu_xacvy_67 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  animation: _dropdownFadeIn_xacvy_1 0.2s ease-out;
}
@keyframes _dropdownFadeIn_xacvy_1 {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._searchContainer_xacvy_93 {
  padding: 0.75rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}
._searchInput_xacvy_99 {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease;
}
._searchInput_xacvy_99:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 2px rgba(130, 86, 231, 0.25);
}
._optionsList_xacvy_114 {
  max-height: 200px;
  overflow-y: auto;
}
._option_xacvy_114 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f8f9fa;
  color: #495057 !important;
}
._option_xacvy_114:last-child {
  border-bottom: none;
}
._option_xacvy_114:hover {
  background-color: #f8f9fa;
}
._option_xacvy_114._selected_xacvy_47 {
  background-color: rgba(130, 86, 231, 0.1);
  color: #8256e7;
  font-weight: 600;
}
._option_xacvy_114._selected_xacvy_47:hover {
  background-color: rgba(130, 86, 231, 0.15);
}
._checkIcon_xacvy_148 {
  flex-shrink: 0;
  color: #8256e7;
}
._noResults_xacvy_153 {
  padding: 1rem;
  text-align: center;
  color: #6c757d;
  font-style: italic;
  font-size: 0.875rem;
}
._optionsList_xacvy_114::-webkit-scrollbar {
  width: 6px;
}
._optionsList_xacvy_114::-webkit-scrollbar-track {
  background: #f1f1f1;
}
._optionsList_xacvy_114::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
._optionsList_xacvy_114::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media (max-width: 768px) {
  ._dropdownTrigger_xacvy_7 {
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
  }
  ._option_xacvy_114 {
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
  }
  ._searchInput_xacvy_99 {
    padding: 0.5rem 0.625rem;
    font-size: 0.8rem;
  }
}
._carousel_mj8fz_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
._slideContainer_mj8fz_7 {
  width: 100%;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
._slideContainer_mj8fz_7._fading_mj8fz_13 {
  opacity: 0.3;
}
._slide_mj8fz_7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
._slideItem_mj8fz_26 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._indicators_mj8fz_33 {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
._indicator_mj8fz_33 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}
._indicator_mj8fz_33:hover {
  background-color: #9ca3af;
  transform: scale(1.05);
}
._indicator_mj8fz_33._active_mj8fz_55 {
  background-color: #8256e7;
  transform: scale(1.1);
}
._emptyCarousel_mj8fz_60 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-style: italic;
}
@media (max-width: 768px) {
  ._slide_mj8fz_7 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._indicators_mj8fz_33 {
    margin-top: 1rem;
  }
  ._indicator_mj8fz_33 {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  ._slide_mj8fz_7 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
  }
}
@keyframes _fadeIn_mj8fz_1 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._slideItem_mj8fz_26 {
  animation: _fadeIn_mj8fz_1 0.6s ease-out;
}
._carousel_mj8fz_1._featuredBrands_mj8fz_108 ._slide_mj8fz_7 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  ._carousel_mj8fz_1._featuredBrands_mj8fz_108 ._slide_mj8fz_7 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
._carousel_mj8fz_1._categories_mj8fz_121 ._slide_mj8fz_7 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}
@media (max-width: 1024px) {
  ._carousel_mj8fz_1._categories_mj8fz_121 ._slide_mj8fz_7 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  ._carousel_mj8fz_1._categories_mj8fz_121 ._slide_mj8fz_7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  ._carousel_mj8fz_1._categories_mj8fz_121 ._slide_mj8fz_7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
._container_c4uul_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._hero_c4uul_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_c4uul_18 {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
._heroContent_c4uul_18 > :last-child {
  margin-bottom: 0;
}
._hero_c4uul_7 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: white;
}
._hero_c4uul_7 p {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
._searchContainer_c4uul_46 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
._searchBox_c4uul_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_c4uul_55 svg {
  width: 24px;
  height: 24px;
  color: #8256e7;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
._searchBox_c4uul_55 input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem 0;
  color: #1f2937;
}
._searchBox_c4uul_55 input::-moz-placeholder {
  color: #8256e7;
  opacity: 0.7;
}
._searchBox_c4uul_55 input::placeholder {
  color: #8256e7;
  opacity: 0.7;
}
._searchBox_c4uul_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_c4uul_55 button:hover {
  background-color: #6b45c1;
}
._searchSuggestions_c4uul_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_c4uul_1 0.2s ease-out;
}
@keyframes _dropdownFadeIn_c4uul_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._suggestionHeader_c4uul_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_c4uul_131 span:first-child {
  font-weight: 600;
  color: #374151;
  font-size: 0.9rem;
}
._suggestionCount_c4uul_147 {
  font-size: 0.8rem;
  color: #6b7280;
}
._suggestionItem_c4uul_152 {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.15s ease;
}
._suggestionItem_c4uul_152:hover {
  background-color: #f9fafb;
}
._suggestionItem_c4uul_152:last-child {
  border-bottom: none;
}
._suggestionIcon_c4uul_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_c4uul_169 svg {
  width: 20px;
  height: 20px;
  color: #8256e7;
}
._suggestionContent_c4uul_187 {
  flex: 1;
  min-width: 0;
}
._suggestionName_c4uul_192 {
  font-weight: 600;
  color: #111827;
  font-size: 0.95rem;
  margin-bottom: 4px;
  line-height: 1.2;
}
._suggestionMeta_c4uul_200 {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
._suggestionType_c4uul_206 {
  background-color: #ddd6fe;
  color: #7c3aed;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
._suggestionCategory_c4uul_215 {
  background-color: #e5e7eb;
  color: #4b5563;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
._suggestionDescription_c4uul_224 {
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.3;
}
._suggestionFooter_c4uul_230 {
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  background-color: #f9fafb;
  border-radius: 0 0 12px 12px;
}
._viewAllResults_c4uul_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_c4uul_237:hover {
  background-color: #6b45c1;
}
._suggestionLoading_c4uul_254 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
  color: #6b7280;
}
._suggestionLoading_c4uul_254 ._loadingSpinner_c4uul_263 {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #8256e7;
  border-radius: 50%;
  animation: _spin_c4uul_1 1s linear infinite;
}
._noSuggestions_c4uul_272 {
  padding: 20px;
  text-align: center;
  color: #6b7280;
}
._noSuggestions_c4uul_272 span {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}
._noSuggestions_c4uul_272 small {
  font-size: 0.8rem;
  color: #9ca3af;
}
@keyframes _spin_c4uul_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._loadingSpinner_c4uul_263 {
  width: 16px;
  height: 16px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #8256e7;
  border-radius: 50%;
  animation: _spin_c4uul_1 1s linear infinite;
}
._categoriesSection_c4uul_303 {
  padding: 3rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_c4uul_303 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_c4uul_316 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
._categoryCard_c4uul_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_c4uul_324:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_c4uul_340 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_c4uul_324 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_c4uul_324 p {
  color: #666;
  font-size: 0.9rem;
}
._featuredSection_c4uul_358 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #f8f9fa;
}
._featuredSection_c4uul_358 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_c4uul_371 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._featuredBrandsGrid_c4uul_379 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._brandCard_c4uul_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_c4uul_387:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_c4uul_403 {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
  border-radius: 50%;
}
._featuredBadge_c4uul_416,
._trendingBadge_c4uul_416 {
  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_c4uul_416 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_c4uul_416 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_c4uul_439 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_c4uul_439 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_c4uul_455 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_c4uul_324 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_c4uul_468,
._year_c4uul_468 {
  color: #6c757d;
  font-size: 0.9rem;
}
._budget_c4uul_473 {
  margin: 0.75rem 0;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
}
._description_c4uul_480 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
._brandActions_c4uul_488 {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
._websiteLink_c4uul_494,
._contactsLink_c4uul_494,
._detailsLink_c4uul_494 {
  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_c4uul_494 {
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #ced4da;
}
._websiteLink_c4uul_494:hover {
  background-color: #e9ecef;
}
._contactsLink_c4uul_494 {
  background-color: #f0e7ff;
  color: #8256e7;
  border: 1px solid #d4c4f9;
}
._contactsLink_c4uul_494:hover {
  background-color: #e3d7f9;
}
._detailsLink_c4uul_494 {
  background-color: #e7f5ff;
  color: #1c7ed6;
  border: 1px solid #c4ddf9;
}
._detailsLink_c4uul_494:hover {
  background-color: #d7ebff;
}
._featuredLinks_c4uul_536 {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
._featuredLink_c4uul_536,
._featuredLinkOutlined_c4uul_543 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
._featuredLink_c4uul_536 {
  background-color: #8256e7;
  color: white;
}
._featuredLink_c4uul_536:hover {
  background-color: #6b45c1;
}
._featuredLinkOutlined_c4uul_543 {
  border: 1px solid #8256e7;
  color: #8256e7;
}
._featuredLinkOutlined_c4uul_543:hover {
  background-color: rgba(130, 86, 231, 0.1);
}
@media (max-width: 768px) {
  ._hero_c4uul_7 {
    padding: 3rem 1rem 2rem;
    min-height: 50vh;
  }
  ._hero_c4uul_7 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
  ._hero_c4uul_7 p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  ._hero_c4uul_7 ._ctaButton_c4uul_586 {
    font-size: 1rem;
  }
  ._categoriesGrid_c4uul_316 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  ._featuredBrandsGrid_c4uul_379 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._featuredSection_c4uul_358 {
    margin: 3rem 0;
  }
  ._featuredSection_c4uul_358 h2 {
    font-size: 2rem;
  }
  ._featuredSubheading_c4uul_371 {
    font-size: 1rem;
  }
  ._featuredLinks_c4uul_536 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  ._featuredLink_c4uul_536 {
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
  }
  ._searchContainer_c4uul_46 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._searchBox_c4uul_55 {
    width: 100%;
  }
  ._aiChatButton_c4uul_632 {
    width: 100%;
    justify-content: center;
  }
  ._aiChatModalContent_c4uul_637 {
    width: 100%;
    max-width: 95%;
    max-height: 85vh;
    border-radius: 16px;
    margin: 0;
  }
  ._aiChatHeader_c4uul_645 {
    padding: 1rem 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  ._aiChatControls_c4uul_651 {
    width: 100%;
    justify-content: space-between;
  }
  ._clearChatBtn_c4uul_656 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  ._aiMessagesContainer_c4uul_661 {
    height: calc(100% - 200px);
  }
  ._aiMessages_c4uul_661 {
    padding: 1rem;
    gap: 1rem;
  }
  ._aiMessage_c4uul_661 {
    max-width: 95%;
  }
  ._aiAvatar_c4uul_674,
  ._userAvatar_c4uul_674 {
    width: 32px;
    height: 32px;
  }
  ._messageContent_c4uul_679 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  ._aiInputForm_c4uul_684 {
    padding: 1rem;
  }
  ._inputWrapper_c4uul_688 {
    gap: 0.75rem;
  }
  ._aiInput_c4uul_684 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  ._aiSubmitButton_c4uul_697 {
    width: 40px;
    height: 40px;
  }
  ._quickPrompts_c4uul_702 {
    gap: 0.5rem;
  }
  ._quickPrompt_c4uul_702 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ._featuredBrandsGrid_c4uul_379 {
    grid-template-columns: repeat(2, 1fr);
  }
}
._brandHeader_c4uul_718 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
._brandHeader_c4uul_718 h3 {
  margin: 0;
  flex: 1;
}
._saveContactButton_c4uul_730 {
  flex-shrink: 0;
}
._brandStats_c4uul_734 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
._brandStat_c4uul_734 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._statLabel_c4uul_748 {
  font-size: 0.8rem;
  color: #8256e7;
  font-weight: 500;
}
._statValue_c4uul_754 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}
._brandDescription_c4uul_760 {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}
._websiteButton_c4uul_767,
._detailsButton_c4uul_767,
._contactsButton_c4uul_767 {
  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_c4uul_767 {
  background-color: #8256e7;
  color: white;
}
._websiteButton_c4uul_767:hover {
  background-color: #6b45c1;
}
._detailsButton_c4uul_767 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsButton_c4uul_767:hover {
  background-color: #e6e6e6;
}
._contactsButton_c4uul_767 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsButton_c4uul_767:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1024px) {
  ._contactActions_c4uul_809 {
    flex-direction: column;
    gap: 0.5rem;
  }
  ._websiteButton_c4uul_767,
  ._detailsButton_c4uul_767,
  ._contactsButton_c4uul_767 {
    width: 100%;
  }
}
._viewDetailsButton_c4uul_819,
._viewContactsButton_c4uul_819 {
  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_c4uul_819 {
  background-color: white;
  color: #8256e7;
  border: 1px solid #8256e7;
}
._viewDetailsButton_c4uul_819:hover {
  background-color: #f5f0ff;
}
._viewContactsButton_c4uul_819 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
}
._viewContactsButton_c4uul_819:hover {
  background-color: #6b45c1;
}
._brandStat_c4uul_734 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._statLabel_c4uul_748 {
  font-size: 0.8rem;
  color: #666;
}
._statValue_c4uul_754 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
._brandStats_c4uul_734 {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
._aiChatButton_c4uul_632 {
  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_c4uul_632:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.4);
}
._aiChatModal_c4uul_637 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: _modalFadeIn_c4uul_1 0.3s ease-out;
  padding: 1rem;
}
@keyframes _modalFadeIn_c4uul_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._aiChatModalContent_c4uul_637 {
  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_c4uul_1 0.3s ease-out;
  overflow: hidden;
  margin: 0 auto;
}
@keyframes _modalSlideIn_c4uul_1 {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._aiChatHeader_c4uul_645 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  padding: 1.5rem;
  font-weight: 600;
}
._aiChatStatus_c4uul_956 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1.1rem;
}
._aiChatControls_c4uul_651 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._clearChatBtn_c4uul_656,
._closeChatBtn_c4uul_970 {
  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;
  backdrop-filter: blur(10px);
}
._clearChatBtn_c4uul_656:hover,
._closeChatBtn_c4uul_970:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
._closeChatBtn_c4uul_970 {
  padding: 0.5rem;
}
._aiMessagesContainer_c4uul_661 {
  flex: 1;
  overflow-y: auto;
  max-height: 500px;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
}
._aiMessages_c4uul_661 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._aiMessage_c4uul_661 {
  display: flex;
  gap: 1rem;
  max-width: 85%;
  animation: _messageSlideIn_c4uul_1 0.3s ease-out;
}
@keyframes _messageSlideIn_c4uul_1 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._aiAvatar_c4uul_674,
._userAvatar_c4uul_674 {
  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_c4uul_674 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
}
._userAvatar_c4uul_674 {
  background:
    linear-gradient(
      135deg,
      #3b82f6,
      #1d4ed8);
  color: white;
}
._messageWrapper_c4uul_1049 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._messageContent_c4uul_679 {
  padding: 1rem 1.25rem;
  border-radius: 18px;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-weight: 400;
}
._aiMessage_c4uul_661._user_c4uul_674 ._messageContent_c4uul_679 {
  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_c4uul_661._assistant_c4uul_1071 ._messageContent_c4uul_679 {
  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_c4uul_1079 {
  font-size: 0.8rem;
  color: #9ca3af;
  padding: 0 0.75rem;
  font-weight: 500;
}
._aiInputForm_c4uul_684 {
  padding: 1.5rem;
  background: white;
  border-top: 1px solid #e5e7eb;
}
._inputWrapper_c4uul_688 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
._aiInput_c4uul_684 {
  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_c4uul_684:focus {
  outline: none;
  border-color: #8256e7;
  background: white;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._aiInput_c4uul_684::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
._aiInput_c4uul_684::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
._aiSubmitButton_c4uul_697 {
  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_c4uul_697._active_c4uul_1138 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._quickPrompts_c4uul_702 {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._quickPrompt_c4uul_702 {
  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_c4uul_702: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_c4uul_1172 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
._aiResultsHeader_c4uul_1172 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
._resultsCount_c4uul_1186 {
  padding: 0.25rem 0.75rem;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
._statusIndicator_c4uul_1195 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: _pulse_c4uul_1 2s infinite;
}
@keyframes _pulse_c4uul_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._categoryCardSkeleton_c4uul_1213,
._brandCardSkeleton_c4uul_1213 {
  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_c4uul_1 1.5s ease-in-out infinite;
}
._brandCardSkeleton_c4uul_1213 {
  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_c4uul_1232 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  background-color: #e2e8f0;
  border-radius: 50%;
}
._skeletonTitle_c4uul_1240 {
  height: 20px;
  background-color: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
._skeletonCount_c4uul_1250 {
  height: 16px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
._skeletonImage_c4uul_1259 {
  height: 150px;
  background-color: #e2e8f0;
  width: 100%;
}
._skeletonBrandInfo_c4uul_1265 {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._skeletonBrandName_c4uul_1273 {
  height: 24px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 80%;
}
._skeletonBrandMeta_c4uul_1280 {
  height: 16px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 60%;
}
._skeletonDescription_c4uul_1287 {
  height: 40px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 100%;
}
@keyframes _pulse_c4uul_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._emptyState_c4uul_1304 {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  color: #666;
  background-color: white;
  border-radius: 0.5rem;
  border: 2px dashed #e2e8f0;
}
._emptyState_c4uul_1304 p {
  margin: 0;
  font-size: 1.1rem;
}
._viewAllCategoriesSection_c4uul_1320 {
  margin-top: 2rem;
  text-align: center;
}
._viewAllCategoriesButton_c4uul_1325 {
  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_c4uul_1325:hover {
  background-color: #8256e7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
}
._viewAllCategoriesButton_c4uul_1325:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._viewAllBrandsSection_c4uul_1354 {
  margin-top: 2rem;
  text-align: center;
}
._viewAllBrandsButton_c4uul_1359 {
  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_c4uul_1359:hover {
  background-color: #6b45c1;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
}
._viewAllBrandsButton_c4uul_1359:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._featuresSection_c4uul_1386 {
  padding: 4rem 2rem;
  background-color: #f8fafc;
  text-align: center;
}
._featuresSection_c4uul_1386 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a202c;
}
._featuresSubheading_c4uul_1399 {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._featuresGrid_c4uul_1408 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
._featureCard_c4uul_1418 {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
._featureCard_c4uul_1418:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
._featureIcon_c4uul_1433 {
  width: 64px;
  height: 64px;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
}
._featureCard_c4uul_1418 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1a202c;
}
._featureDescription_c4uul_1452 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #8256e7;
  margin-bottom: 1rem;
}
._featureDetails_c4uul_1459 {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
._profilePreview_c4uul_1465,
._brandMatches_c4uul_1466,
._successMetrics_c4uul_1467 {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  margin-top: 1rem;
}
._profilePreview_c4uul_1465 h4,
._brandMatches_c4uul_1466 h4,
._successMetrics_c4uul_1467 h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a202c;
}
._profileInfo_c4uul_1484 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
._profileInfo_c4uul_1484 span {
  font-size: 0.9rem;
  color: #666;
}
._createProfileBtn_c4uul_1496,
._viewMatchesBtn_c4uul_1497,
._startEarningBtn_c4uul_1498 {
  background: #8256e7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 100%;
}
._createProfileBtn_c4uul_1496:hover,
._viewMatchesBtn_c4uul_1497:hover,
._startEarningBtn_c4uul_1498:hover {
  background: #6b45c1;
}
._matchList_c4uul_1516 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
._matchItem_c4uul_1523 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._matchName_c4uul_1533 {
  font-weight: 500;
  color: #1a202c;
}
._matchPercentage_c4uul_1538 {
  font-size: 0.9rem;
  color: #8256e7;
  font-weight: 600;
}
._metricsGrid_c4uul_1544 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
._metric_c4uul_1544 {
  text-align: center;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._metricValue_c4uul_1559 {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8256e7;
  margin-bottom: 0.25rem;
}
._metricLabel_c4uul_1567 {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
}
._processFlow_c4uul_1573 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
._processStep_c4uul_1582 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: white;
  border-radius: 1rem;
  border: 2px solid #e2e8f0;
  min-width: 120px;
}
._stepIcon_c4uul_1594 {
  width: 40px;
  height: 40px;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}
._processArrow_c4uul_1607 {
  font-size: 1.5rem;
  color: #8256e7;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._featuresSection_c4uul_1386 {
    padding: 3rem 1rem;
  }
  ._featuresSection_c4uul_1386 h2 {
    font-size: 2rem;
  }
  ._featuresGrid_c4uul_1408 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._featureCard_c4uul_1418 {
    padding: 1.5rem;
  }
  ._metricsGrid_c4uul_1544 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  ._processFlow_c4uul_1573 {
    flex-direction: column;
    gap: 1rem;
  }
  ._processArrow_c4uul_1607 {
    transform: rotate(90deg);
  }
}
._loadingContainer_1kd4s_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
._spinner_1kd4s_12 {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #8256E7;
  border-radius: 50%;
  animation: _spin_1kd4s_12 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes _spin_1kd4s_12 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._personalizedEmailDrafter_1kd4s_28 {
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._header_1kd4s_35 {
  margin-bottom: 1.5rem;
}
._header_1kd4s_35 h3 {
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._header_1kd4s_35 p {
  color: #6b7280;
  font-size: 0.875rem;
}
._brandSelection_1kd4s_49 {
  margin-bottom: 1.5rem;
}
._brandSelection_1kd4s_49 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #1f2937;
}
._brandSelect_1kd4s_49 {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #1f2937;
}
._noBrandsMessage_1kd4s_69 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
._actionButtons_1kd4s_75 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}
._refreshButton_1kd4s_82 {
  padding: 0.5rem 1rem;
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
._refreshButton_1kd4s_82:hover:not(:disabled) {
  background: #e5e7eb;
  border-color: #9ca3af;
}
._refreshButton_1kd4s_82:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._browseLink_1kd4s_103 {
  color: #8256E7;
  text-decoration: none;
  font-weight: 500;
}
._generateSection_1kd4s_109 {
  margin-bottom: 1.5rem;
}
._generateButton_1kd4s_113 {
  background: #8256E7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._generateButton_1kd4s_113:hover:not(:disabled) {
  background: #7c3aed;
}
._generateButton_1kd4s_113:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._generatedEmail_1kd4s_133 {
  background: #f9fafb;
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
}
._emailHeader_1kd4s_140 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
._emailHeader_1kd4s_140 h4 {
  color: #1f2937;
  margin: 0;
}
._emailMetrics_1kd4s_152 {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
}
._score_1kd4s_158 {
  color: #059669;
  font-weight: 500;
}
._markers_1kd4s_163 {
  color: #6b7280;
}
._emailContent_1kd4s_167 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._subjectLine_1kd4s_173,
._emailBody_1kd4s_174 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._subjectLine_1kd4s_173 label,
._emailBody_1kd4s_174 label {
  font-weight: 500;
  color: #1f2937;
}
._subjectInput_1kd4s_186,
._bodyContainer_1kd4s_187 {
  display: flex;
  gap: 0.5rem;
}
._subjectField_1kd4s_192,
._bodyField_1kd4s_193 {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #1f2937;
  font-family: inherit;
}
._bodyField_1kd4s_193 {
  resize: vertical;
  min-height: 120px;
}
._copyButton_1kd4s_208 {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
._copyButton_1kd4s_208:hover {
  background: #e5e7eb;
}
._brandInsights_1kd4s_221 {
  margin-top: 1rem;
  padding: 1rem;
  background: #f0f9ff;
  border-radius: 8px;
  border: 1px solid #bae6fd;
}
._brandInsights_1kd4s_221 h5 {
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._brandInsights_1kd4s_221 ul {
  margin: 0;
  padding-left: 1.5rem;
}
._brandInsights_1kd4s_221 li {
  color: #374151;
  margin-bottom: 0.25rem;
}
._templateLibrary_1kd4s_245 {
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._templateLibrary_1kd4s_245 ._header_1kd4s_35 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
._createButton_1kd4s_259 {
  background: #8256E7;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._createButton_1kd4s_259:hover:not(:disabled) {
  background: #7c3aed;
}
._createButton_1kd4s_259:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._noTemplatesMessage_1kd4s_279 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
._templatesGrid_1kd4s_285 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
._templateCard_1kd4s_292 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}
._templateCard_1kd4s_292:hover {
  border-color: #8256E7;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.1);
}
._templateCard_1kd4s_292._selected_1kd4s_306 {
  border-color: #8256E7;
  background: #f0f9ff;
}
._templateHeader_1kd4s_311 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
._templateHeader_1kd4s_311 h4 {
  color: #1f2937;
  margin: 0;
  font-size: 1rem;
}
._category_1kd4s_324 {
  background: #e5e7eb;
  color: #374151;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
._templatePreview_1kd4s_333 {
  margin-bottom: 0.75rem;
}
._subjectPreview_1kd4s_337 {
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._contentPreview_1kd4s_343 {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.4;
}
._templateActions_1kd4s_349 {
  display: flex;
  gap: 0.5rem;
}
._templateDetails_1kd4s_354 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}
._detailsHeader_1kd4s_361 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
._detailsHeader_1kd4s_361 h4 {
  color: #1f2937;
  margin: 0;
}
._closeButton_1kd4s_373 {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  color: #6b7280;
}
._templateContent_1kd4s_382 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._subjectSection_1kd4s_388,
._contentSection_1kd4s_389,
._variablesSection_1kd4s_390 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._subjectSection_1kd4s_388 label,
._contentSection_1kd4s_389 label,
._variablesSection_1kd4s_390 label {
  font-weight: 500;
  color: #1f2937;
}
._subjectContainer_1kd4s_403,
._contentContainer_1kd4s_404 {
  display: flex;
  gap: 0.5rem;
}
._subjectField_1kd4s_192,
._contentField_1kd4s_410 {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #1f2937;
  font-family: inherit;
}
._contentField_1kd4s_410 {
  resize: vertical;
  min-height: 200px;
}
._variablesList_1kd4s_425 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
._variableTag_1kd4s_431 {
  background: #f0f9ff;
  color: #1e40af;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  border: 1px solid #bae6fd;
}
._outreachPlanner_1kd4s_441 {
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._campaignCreator_1kd4s_448 {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
._campaignCreator_1kd4s_448 h4 {
  color: #1f2937;
  margin-bottom: 1rem;
}
._campaignForm_1kd4s_461 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._formGroup_1kd4s_467 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._formGroup_1kd4s_467 label {
  font-weight: 500;
  color: #1f2937;
}
._campaignInput_1kd4s_478,
._researchInput_1kd4s_479 {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #1f2937;
}
._brandsGrid_1kd4s_487 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
._brandCard_1kd4s_493 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._brandCard_1kd4s_493:hover {
  border-color: #8256E7;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.1);
}
._brandCard_1kd4s_493._selected_1kd4s_306 {
  border-color: #8256E7;
  background: #f0f9ff;
}
._brandInfo_1kd4s_515 h5 {
  color: #1f2937;
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
}
._brandInfo_1kd4s_515 p {
  color: #6b7280;
  margin: 0;
  font-size: 0.875rem;
}
._brandDescription_1kd4s_527 {
  margin-top: 0.5rem !important;
  font-size: 0.75rem !important;
}
._brandCheckbox_1kd4s_532 {
  color: #8256E7;
  font-weight: bold;
  font-size: 1.25rem;
}
._createCampaignButton_1kd4s_538 {
  background: #8256E7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  align-self: flex-start;
}
._createCampaignButton_1kd4s_538:hover:not(:disabled) {
  background: #7c3aed;
}
._createCampaignButton_1kd4s_538:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._campaignsList_1kd4s_559 h4 {
  color: #1f2937;
  margin-bottom: 1rem;
}
._noCampaignsMessage_1kd4s_564 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
._campaignsGrid_1kd4s_570 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
._campaignCard_1kd4s_576 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}
._campaignHeader_1kd4s_583 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
._campaignHeader_1kd4s_583 h5 {
  color: #1f2937;
  margin: 0;
  font-size: 1rem;
}
._statusBadge_1kd4s_596 {
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
._campaignMetrics_1kd4s_605 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
._metric_1kd4s_612 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._metricLabel_1kd4s_618 {
  color: #6b7280;
  font-size: 0.75rem;
  text-transform: uppercase;
}
._metricValue_1kd4s_624 {
  color: #1f2937;
  font-weight: 600;
  font-size: 1.125rem;
}
._campaignActions_1kd4s_630 {
  display: flex;
  gap: 0.5rem;
}
._actionButton_1kd4s_75 {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
._actionButton_1kd4s_75:hover {
  background: #e5e7eb;
}
._brandResearchAssistant_1kd4s_651 {
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._researchForm_1kd4s_658 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
._researchButton_1kd4s_669 {
  background: #8256E7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  align-self: flex-start;
}
._researchButton_1kd4s_669:hover:not(:disabled) {
  background: #7c3aed;
}
._researchButton_1kd4s_669:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._researchHistory_1kd4s_690 {
  margin-bottom: 2rem;
}
._researchHistory_1kd4s_690 h4 {
  color: #1f2937;
  margin-bottom: 1rem;
}
._historyGrid_1kd4s_699 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
._historyCard_1kd4s_705 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}
._historyCard_1kd4s_705:hover {
  border-color: #8256E7;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.1);
}
._historyCard_1kd4s_705 h5 {
  color: #1f2937;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}
._historyDate_1kd4s_725 {
  color: #6b7280;
  font-size: 0.75rem;
  margin: 0 0 0.25rem 0;
}
._historyUrl_1kd4s_731 {
  color: #8256E7;
  font-size: 0.75rem;
  margin: 0;
  word-break: break-all;
}
._analysisResults_1kd4s_738 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}
._analysisHeader_1kd4s_745 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
._analysisHeader_1kd4s_745 h4 {
  color: #1f2937;
  margin: 0;
}
._analysisContent_1kd4s_757 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._analysisSection_1kd4s_763 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}
._analysisSection_1kd4s_763 h5 {
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
}
._analysisSection_1kd4s_763 p {
  color: #374151;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}
._analysisSection_1kd4s_763 ul {
  margin: 0 0 0.75rem 0;
  padding-left: 1.5rem;
}
._analysisSection_1kd4s_763 li {
  color: #374151;
  margin-bottom: 0.25rem;
}
._analysisSection_1kd4s_763 pre {
  background: #f3f4f6;
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  overflow-x: auto;
  margin: 0 0 0.75rem 0;
}
._analysisError_1kd4s_801 {
  color: #dc2626;
  text-align: center;
  padding: 2rem;
}
._errorMessage_1kd4s_808 {
  background: #fef2f2;
  color: #dc2626;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #fecaca;
  margin-bottom: 1rem;
}
._successMessage_1kd4s_817 {
  background: #f0fdf4;
  color: #166534;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
  margin-bottom: 1rem;
}
._noBrandsMessage_1kd4s_69 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
._container_20asp_2 {
  min-height: 100vh;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  color: #1f2937;
}
._tabNavigation_20asp_11 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
._tabButton_20asp_19 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid #e5e7eb;
  background: white;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
._tabButton_20asp_19:hover {
  border-color: #8256E7;
  color: #8256E7;
  transform: translateY(-1px);
}
._activeTab_20asp_39 {
  border-color: #8256E7;
  background: #8256E7;
  color: white;
}
._activeTab_20asp_39:hover {
  background: #7c3aed;
  color: white;
}
._content_20asp_50 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  flex: 1;
}
._header_20asp_58 {
  text-align: center;
  margin-bottom: 3rem;
}
._title_20asp_63 {
  font-size: 3rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1rem;
}
._subtitle_20asp_70 {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
._categoryFilter_20asp_79 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
._categoryButton_20asp_88 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._categoryButton_20asp_88:hover {
  background: #f3f4f6;
  border-color: #8256E7;
  color: #8256E7;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
._categoryButton_20asp_88._active_20asp_39 {
  background: #8256E7;
  border-color: #8256E7;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
}
._categoryIcon_20asp_119 {
  font-size: 1.1rem;
}
._categoryName_20asp_123 {
  font-weight: 600;
}
._toolsGrid_20asp_128 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
._toolCard_20asp_135 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
._toolCard_20asp_135:hover {
  transform: translateY(-4px);
  border-color: #8256E7;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(130, 86, 231, 0.2);
}
._toolHeader_20asp_153 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
._toolLogo_20asp_160 {
  width: 60px;
  height: 60px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
._logoImage_20asp_174 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 8px;
}
._logoFallback_20asp_181 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
._toolInfo_20asp_191 {
  flex: 1;
}
._toolName_20asp_195 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}
._toolDescription_20asp_202 {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}
._toolDetailedDescription_20asp_209 {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
._toolFeatures_20asp_216 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
._featureTag_20asp_223 {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #8256E7;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
}
._toolActions_20asp_233 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
}
._learnMoreButton_20asp_241 {
  background: #8256E7;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
  border: none;
  cursor: pointer;
}
._learnMoreButton_20asp_241:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(130, 86, 231, 0.4);
  background: #6B45C1;
}
@media (max-width: 768px) {
  ._content_20asp_50 {
    padding: 1rem;
  }
  ._title_20asp_63 {
    font-size: 2.5rem;
  }
  ._subtitle_20asp_70 {
    font-size: 1rem;
  }
  ._toolsGrid_20asp_128 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._toolCard_20asp_135 {
    padding: 1.5rem;
  }
  ._categoryFilter_20asp_79 {
    gap: 0.5rem;
  }
  ._categoryButton_20asp_88 {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  ._title_20asp_63 {
    font-size: 2rem;
  }
  ._toolCard_20asp_135 {
    padding: 1.25rem;
  }
  ._toolHeader_20asp_153 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  ._toolLogo_20asp_160 {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  ._toolActions_20asp_233 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._learnMoreButton_20asp_241 {
    width: 100%;
  }
}
._pricingGuide_20asp_328 {
  max-width: 1000px;
  margin: 0 auto;
}
._pricingGuide_20asp_328 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._pricingGuide_20asp_328 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._platformPricing_20asp_347 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
._platformCard_20asp_354 {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._platformName_20asp_363 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._tierGrid_20asp_371 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
._tierCard_20asp_377 {
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._tierCard_20asp_377 h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._followerRange_20asp_393 {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
._priceRange_20asp_399 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #8256E7;
}
._usageFeesSection_20asp_405 {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}
._usageFeesSection_20asp_405 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}
._usageFeesGrid_20asp_421 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
._usageFeeCard_20asp_427 {
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._usageFeeCard_20asp_427 h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._multiplier_20asp_443 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #8256E7;
  margin-bottom: 0.5rem;
}
._description_20asp_450 {
  font-size: 0.875rem;
  color: #6b7280;
}
._templatesSection_20asp_456 {
  max-width: 1000px;
  margin: 0 auto;
}
._templatesSection_20asp_456 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._templatesSection_20asp_456 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._templatesGrid_20asp_475 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}
._templateCard_20asp_481 {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._templateCard_20asp_481 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
._templateContent_20asp_497 {
  margin-bottom: 1rem;
}
._templateSubject_20asp_501 {
  background: #f3f4f6;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #1f2937;
}
._templateBody_20asp_510 {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._templateBody_20asp_510 pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  margin: 0;
}
._copyButton_20asp_527 {
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
._copyButton_20asp_527:hover {
  background: #7c3aed;
  transform: translateY(-1px);
}
._calculatorSection_20asp_545 {
  max-width: 800px;
  margin: 0 auto;
}
._calculatorSection_20asp_545 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._calculatorSection_20asp_545 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._calculatorForm_20asp_564 {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  margin-bottom: 2rem;
  color: #1f2937;
}
._formRow_20asp_574 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
._formGroup_20asp_581 {
  display: flex;
  flex-direction: column;
}
._formGroup_20asp_581 label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
._formGroup_20asp_581 input,
._formGroup_20asp_581 select {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: border-color 0.2s ease;
  color: #1f2937;
  background: white;
}
._formGroup_20asp_581 input:focus,
._formGroup_20asp_581 select:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formGroup_20asp_581 input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
  color: #1f2937;
}
._calculatorResult_20asp_617 {
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #7c3aed);
  color: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
._calculatorResult_20asp_617 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
._priceDisplay_20asp_631 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
._priceNote_20asp_637 {
  font-size: 0.875rem;
  color: white !important;
  margin: 0;
}
._priceBreakdown_20asp_644 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
}
._priceBreakdown_20asp_644 h4 {
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}
._breakdownItem_20asp_659 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875rem;
}
._breakdownItem_20asp_659:last-child {
  border-bottom: none;
}
._breakdownItem_20asp_659 span:first-child {
  color: #6b7280;
}
._breakdownItem_20asp_659 span:last-child {
  color: #1f2937;
  font-weight: 500;
}
._industryBenchmarks_20asp_682 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
}
._industryBenchmarks_20asp_682 h4 {
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}
._benchmarkInfo_20asp_697 p {
  color: #374151;
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
}
._benchmarkInfo_20asp_697 ul {
  margin: 0;
  padding-left: 1.5rem;
}
._benchmarkInfo_20asp_697 li {
  color: #374151;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
._infoIcon_20asp_715 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
  color: #8256E7;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  background: rgba(130, 86, 231, 0.1);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px solid rgba(130, 86, 231, 0.2);
}
._infoIcon_20asp_715:hover {
  color: #ffffff;
  background: #8256E7;
  border-color: #8256E7;
  transform: scale(1.1);
}
._tooltip_20asp_740 {
  visibility: hidden;
  width: 280px;
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #6B46C1 100%);
  color: #ffffff;
  text-align: left;
  border-radius: 12px;
  padding: 16px 20px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  margin-left: -140px;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  line-height: 1.5;
  box-shadow: 0 10px 25px -5px rgba(130, 86, 231, 0.3), 0 4px 6px -2px rgba(130, 86, 231, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
._infoIcon_20asp_715:hover ._tooltip_20asp_740,
._infoIcon_20asp_715:focus ._tooltip_20asp_740 {
  visibility: visible;
  opacity: 1;
}
._tooltip_20asp_740::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #8256E7 transparent transparent transparent;
}
._infoIcon_20asp_715:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
  border-radius: 50%;
  color: #ffffff;
  background: #8256E7;
  border-color: #8256E7;
}
._emailToolsSection_20asp_790 {
  max-width: 1200px;
  margin: 0 auto;
}
._emailToolsSection_20asp_790 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._emailToolsSection_20asp_790 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._emailToolsGrid_20asp_809 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
._emailToolCard_20asp_816 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #1f2937;
}
._emailToolCard_20asp_816 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}
._emailToolCard_20asp_816 p {
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}
._emailToolCard_20asp_816:hover {
  transform: translateY(-4px);
  border-color: #8256E7;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(130, 86, 231, 0.2);
}
._toolIcon_20asp_848 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #7c3aed);
  border-radius: 0.75rem;
  color: white;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
}
._toolButton_20asp_862 {
  background: #8256E7;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
._toolButton_20asp_862:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(130, 86, 231, 0.4);
  background: #6B45C1;
  color: white;
  text-decoration: none;
}
._quickActionsSection_20asp_886 {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  margin-top: 2rem;
}
._quickActionsSection_20asp_886 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}
._quickActionsGrid_20asp_903 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
._quickActionButton_20asp_909 {
  background: #f8fafc;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
._quickActionButton_20asp_909:hover {
  background: #8256E7;
  border-color: #8256E7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
}
@media (max-width: 768px) {
  ._tabNavigation_20asp_11 {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  ._tabButton_20asp_19 {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  ._platformPricing_20asp_347 {
    grid-template-columns: 1fr;
  }
  ._tierGrid_20asp_371 {
    grid-template-columns: 1fr;
  }
  ._templatesGrid_20asp_475 {
    grid-template-columns: 1fr;
  }
  ._formRow_20asp_574 {
    grid-template-columns: 1fr;
  }
  ._priceDisplay_20asp_631 {
    font-size: 2rem;
  }
  ._emailToolsGrid_20asp_809 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._emailToolCard_20asp_816 {
    padding: 1.5rem;
  }
  ._quickActionsGrid_20asp_903 {
    grid-template-columns: 1fr;
  }
  ._quickActionButton_20asp_909 {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
}
._container_1poyj_2 {
  min-height: 100vh;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}
._content_1poyj_9 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  flex: 1;
}
._header_1poyj_17 {
  text-align: center;
  margin-bottom: 3rem;
}
._title_1poyj_22 {
  font-size: 3rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1rem;
}
._subtitle_1poyj_29 {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
._refreshSection_1poyj_38 {
  margin-top: 1rem;
}
._refreshButton_1poyj_42 {
  background: #8256E7;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  transition: background-color 0.2s;
}
._refreshButton_1poyj_42:hover {
  background: #7c3aed;
}
._sectionHeader_1poyj_60 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
._sectionHeader_1poyj_60 ._refreshButton_1poyj_42 {
  margin-top: 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
}
._message_1poyj_74 {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
._message_1poyj_74._success_1poyj_81 {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
._message_1poyj_74._error_1poyj_87 {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
._tabNavigation_1poyj_94 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._tabNav_1poyj_94 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
._tabButton_1poyj_108 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  flex: 1;
  justify-content: center;
  min-width: 120px;
}
._tabButton_1poyj_108:hover {
  background: #f3f4f6;
  color: #374151;
}
._tabButton_1poyj_108._active_1poyj_131 {
  color: #8256E7;
  border-bottom-color: #8256E7;
  background: #f8f5ff;
}
._tabIcon_1poyj_137 {
  width: 20px;
  height: 20px;
}
._tabContentWrapper_1poyj_143 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
._tabContent_1poyj_143 {
  padding: 2rem;
}
._section_1poyj_60 {
  max-width: 800px;
}
._sectionTitle_1poyj_159 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}
._formGrid_1poyj_167 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
._formGroup_1poyj_174 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._label_1poyj_180 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}
._input_1poyj_186,
._select_1poyj_186 {
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  color: #374151;
  background: #ffffff;
  transition: all 0.3s ease;
}
._input_1poyj_186:focus,
._select_1poyj_186:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._platformGrid_1poyj_203 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}
._platformLabel_1poyj_210 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  color: #374151;
}
._platformLabel_1poyj_210:hover {
  background: #f3f4f6;
  border-color: #8256E7;
}
._checkbox_1poyj_229 {
  width: 16px;
  height: 16px;
  accent-color: #8256E7;
}
._buttonGroup_1poyj_236 {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
._primaryButton_1poyj_242,
._secondaryButton_1poyj_242 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
._primaryButton_1poyj_242 {
  background: #8256E7;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
}
._primaryButton_1poyj_242:hover {
  background: #6B45C1;
  transform: translateY(-1px);
  box-shadow: 0 6px 8px rgba(130, 86, 231, 0.4);
}
._secondaryButton_1poyj_242 {
  background: #ffffff;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}
._secondaryButton_1poyj_242:hover {
  background: #f3f4f6;
  color: #374151;
}
._buttonIcon_1poyj_278 {
  width: 18px;
  height: 18px;
}
._notificationSettings_1poyj_284 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._notificationItem_1poyj_290 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}
._notificationInfo_1poyj_300 {
  flex: 1;
}
._notificationTitle_1poyj_304 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}
._notificationDescription_1poyj_311 {
  font-size: 0.9rem;
  color: #6b7280;
}
._toggle_1poyj_317 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
._toggle_1poyj_317 input {
  opacity: 0;
  width: 0;
  height: 0;
}
._toggleSlider_1poyj_330 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.3s;
  border-radius: 24px;
}
._toggleSlider_1poyj_330:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
._toggle_1poyj_317 input:checked + ._toggleSlider_1poyj_330 {
  background-color: #8256E7;
}
._toggle_1poyj_317 input:checked + ._toggleSlider_1poyj_330:before {
  transform: translateX(26px);
}
._membershipCard_1poyj_363 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #6B45C1);
  border-radius: 0.75rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
._membershipInfo_1poyj_374 {
  flex: 1;
}
._membershipTitle_1poyj_378 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
._membershipDescription_1poyj_384 {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}
._membershipFeatures_1poyj_390 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._featureItem_1poyj_396 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
._featureIcon_1poyj_403 {
  width: 16px;
  height: 16px;
}
._upgradeButton_1poyj_408 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
._upgradeButton_1poyj_408:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
._eliteBadge_1poyj_427 {
  background:
    linear-gradient(
      135deg,
      #F59E0B,
      #D97706);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
._tikTokMembershipNote_1poyj_441 {
  background:
    linear-gradient(
      135deg,
      #fe2c55,
      #25f4ee);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
._tikTokMembershipNote_1poyj_441 p {
  margin: 0;
  font-size: 0.9rem;
}
._billingTable_1poyj_458 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}
._tableHeader_1poyj_465 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
._tableRow_1poyj_472 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.3s ease;
}
._tableRow_1poyj_472:hover {
  background: #f9fafb;
}
._tableRow_1poyj_472:last-child {
  border-bottom: none;
}
._tableCell_1poyj_487 {
  padding: 1rem;
  font-size: 0.9rem;
  color: #374151;
}
._tableHeader_1poyj_465 ._tableCell_1poyj_487 {
  font-weight: 600;
  color: #1f2937;
}
._status_1poyj_498 {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
._status_1poyj_498._paid_1poyj_506 {
  background: #d1fae5;
  color: #065f46;
}
._status_1poyj_498._pending_1poyj_511 {
  background: #fef3c7;
  color: #92400e;
}
._status_1poyj_498._failed_1poyj_516 {
  background: #fee2e2;
  color: #991b1b;
}
._status_1poyj_498._succeeded_1poyj_521 {
  background: #d1fae5;
  color: #065f46;
}
._status_1poyj_498._paid_1poyj_506 {
  background: #d1fae5;
  color: #065f46;
}
._status_1poyj_498._open_1poyj_531 {
  background: #fef3c7;
  color: #92400e;
}
._status_1poyj_498._draft_1poyj_536 {
  background: #e5e7eb;
  color: #374151;
}
._emptyState_1poyj_542 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  color: #6b7280;
}
._emptyIcon_1poyj_551 {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: #d1d5db;
}
._usageGrid_1poyj_559 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
._usageCard_1poyj_565 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}
._usageCard_1poyj_565:hover {
  background: #f3f4f6;
  border-color: #8256E7;
  transform: translateY(-2px);
}
._usageIcon_1poyj_582 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #8256E7;
  border-radius: 0.75rem;
  color: #ffffff;
}
._icon_1poyj_593 {
  width: 24px;
  height: 24px;
}
._usageInfo_1poyj_598 {
  flex: 1;
}
._usageTitle_1poyj_602 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}
._usageValue_1poyj_609 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}
._tikTokNote_1poyj_616 {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
}
._notificationTesting_1poyj_624 {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
}
._testDescription_1poyj_632 {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
._testResults_1poyj_638 {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._testResults_1poyj_638 h4 {
  margin: 0 0 1rem 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
}
._testResultList_1poyj_653 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._testResult_1poyj_638 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._testResult_1poyj_638._passed_1poyj_668 {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
._testResult_1poyj_638._failed_1poyj_516 {
  background: #fef2f2;
  border-color: #fecaca;
}
._testName_1poyj_678 {
  font-weight: 500;
  color: #1f2937;
}
._testStatus_1poyj_683 {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
._testResult_1poyj_638._passed_1poyj_668 ._testStatus_1poyj_683 {
  background: #dcfce7;
  color: #166534;
}
._testResult_1poyj_638._failed_1poyj_516 ._testStatus_1poyj_683 {
  background: #fee2e2;
  color: #dc2626;
}
._testDetails_1poyj_701 {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  color: #6b7280;
  grid-column: 1 / -1;
}
._testError_1poyj_708 {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  color: #dc2626;
  grid-column: 1 / -1;
}
._tikTokAccountInfo_1poyj_715 {
  margin-top: 1rem;
}
._tikTokInfoCard_1poyj_719 {
  background:
    linear-gradient(
      135deg,
      #fe2c55,
      #25f4ee);
  color: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
._tikTokTitle_1poyj_727 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
._tikTokDescription_1poyj_734 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  line-height: 1.5;
}
._tikTokDetails_1poyj_741 {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
._tikTokDetails_1poyj_741 p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
._tikTokDetails_1poyj_741 strong {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  ._content_1poyj_9 {
    padding: 1rem;
  }
  ._title_1poyj_22 {
    font-size: 2rem;
  }
  ._tabNav_1poyj_94 {
    flex-direction: column;
  }
  ._tabButton_1poyj_108 {
    justify-content: flex-start;
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
  }
  ._tabButton_1poyj_108:last-child {
    border-bottom: none;
  }
  ._formGrid_1poyj_167 {
    grid-template-columns: 1fr;
  }
  ._platformGrid_1poyj_203 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  ._membershipCard_1poyj_363 {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  ._tableHeader_1poyj_465,
  ._tableRow_1poyj_472 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  ._tableCell_1poyj_487 {
    padding: 0.75rem;
  }
  ._usageGrid_1poyj_559 {
    grid-template-columns: 1fr;
  }
}
._changePlanButton_1poyj_811 {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s;
  margin-top: 0.5rem;
}
._changePlanButton_1poyj_811:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}
._brand-page_i2yac_1 {
  min-height: 100vh;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
}
._brand-header_i2yac_1 {
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  color: white;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}
._brand-header_i2yac_1::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;
}
._brand-header-content_i2yac_1 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
._brand-identity_i2yac_1 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
._brand-logo_i2yac_1 {
  width: 120px;
  height: 120px;
  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;
}
._brand-logo_i2yac_1:hover {
  transform: scale(1.05);
}
._brand-info_i2yac_1 {
  flex: 1;
}
._brand-name_i2yac_1 {
  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);
}
._brand-meta_i2yac_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
._category-tag_i2yac_1 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._success-badge_i2yac_1 {
  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);
}
._location-info_i2yac_1 {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 500;
}
._brand-description_i2yac_1 {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0 0 2rem 0;
  max-width: 600px;
  letter-spacing: -0.02em;
}
._social-proof_i2yac_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
._proof-item_i2yac_1 {
  text-align: center;
}
._proof-number_i2yac_1 {
  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);
}
._proof-label_i2yac_1 {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.3;
}
._action-section_i2yac_1 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-end;
}
._budget-display_i2yac_1 {
  text-align: right;
}
._budget-label_i2yac_1 {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
._budget-amount_i2yac_1 {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
._budget-growth_i2yac_1 {
  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);
}
._action-buttons_i2yac_1 {
  display: flex;
  gap: 1rem;
}
._primary-button_i2yac_1,
._secondary-button_i2yac_1 {
  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);
}
._primary-button_i2yac_1 {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
._primary-button_i2yac_1: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);
}
._secondary-button_i2yac_1 {
  background: white;
  color: #667eea;
  border: 2px solid white;
}
._secondary-button_i2yac_1:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._content-section_i2yac_1 {
  padding: 4rem 2rem;
}
._content-grid_i2yac_1 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
._analytics-card_i2yac_1 {
  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;
}
._analytics-card_i2yac_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #6366f1,
      #8b5cf6,
      #ec4899);
}
._analytics-card_i2yac_1:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
._demographics-grid_i2yac_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 16px;
}
._demographic-item_i2yac_1 h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._demographic-value_i2yac_1 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  display: block;
}
._gender-stats_i2yac_1 {
  margin-top: 12px;
}
._gender-item_i2yac_1 {
  margin-bottom: 12px;
}
._gender-item_i2yac_1 span {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  display: block;
  margin-bottom: 6px;
}
._gender-bar_i2yac_1 {
  width: 100%;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}
._gender-progress_i2yac_1 {
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #6366f1,
      #8b5cf6);
  border-radius: 4px;
  transition: width 0.3s ease;
}
._experience-grid_i2yac_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
._experience-item_i2yac_1 {
  text-align: center;
  padding: 16px;
  background: rgba(99, 102, 241, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.1);
}
._experience-score_i2yac_1 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
._score-value_i2yac_1 {
  font-size: 24px;
  font-weight: 800;
  color: #6366f1;
}
._score-max_i2yac_1 {
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  margin-left: 2px;
}
._experience-label_i2yac_1 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._platform-stats_i2yac_1 {
  margin-bottom: 0;
}
._platform-grid_i2yac_1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
._platform-item_i2yac_1 {
  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;
}
._platform-item_i2yac_1:hover {
  background: rgba(99, 102, 241, 0.05);
  transform: translateX(4px);
}
._platform-name_i2yac_1 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #374151;
  min-width: 120px;
}
._platform-icon_i2yac_1 {
  font-size: 18px;
}
._platform-bar_i2yac_1 {
  flex: 1;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 16px;
}
._platform-progress_i2yac_1 {
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #6366f1,
      #8b5cf6);
  border-radius: 4px;
  transition: width 0.5s ease;
}
._platform-value_i2yac_1 {
  font-weight: 700;
  color: #1f2937;
  min-width: 80px;
  text-align: right;
}
@media (max-width: 1024px) {
  ._brand-header-content_i2yac_1 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  ._action-section_i2yac_1 {
    align-items: flex-start;
  }
  ._budget-display_i2yac_1 {
    text-align: left;
  }
  ._content-grid_i2yac_1 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  ._brand-header_i2yac_1 {
    padding: 3rem 1.5rem;
  }
  ._brand-identity_i2yac_1 {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }
  ._brand-name_i2yac_1 {
    font-size: 2.5rem;
  }
  ._brand-meta_i2yac_1 {
    justify-content: center;
  }
  ._action-buttons_i2yac_1 {
    flex-direction: column;
    width: 100%;
  }
  ._primary-button_i2yac_1,
  ._secondary-button_i2yac_1 {
    justify-content: center;
  }
  ._content-section_i2yac_1 {
    padding: 3rem 1.5rem;
  }
  ._demographics-grid_i2yac_1 {
    grid-template-columns: 1fr;
  }
  ._experience-grid_i2yac_1 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._platform-item_i2yac_1 {
    grid-template-columns: 100px 1fr 60px;
    gap: 0.75rem;
  }
  ._platform-name_i2yac_1 {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  ._experience-grid_i2yac_1 {
    grid-template-columns: 1fr;
  }
  ._platform-item_i2yac_1 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  ._platform-name_i2yac_1 {
    min-width: auto;
  }
  ._platform-bar_i2yac_1 {
    margin: 8px 0;
  }
}
._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;
  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);
  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);
  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;
  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_1yle6_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
}
._hero_1yle6_8 {
  background: #8256E7;
  color: white;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
._hero_1yle6_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_1yle6_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_1yle6_28 * {
  color: white;
}
._brandLogo_1yle6_45 {
  margin-bottom: 0.125rem;
  position: relative;
}
._brandLogoImage_1yle6_50 {
  border-radius: 4px;
  background: white;
  transition: transform 0.3s ease;
}
._brandLogoImage_1yle6_50:hover {
  transform: none;
}
._heroContent_1yle6_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_1yle6_28 p {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  opacity: 0.95;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: white;
}
._actionBar_1yle6_83 {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
._backButton_1yle6_91 {
  background: rgba(255, 255, 255, 0.15);
  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_1yle6_91:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._saveButton_1yle6_114 {
  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_1yle6_114:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}
._tabSystem_1yle6_134 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
._tabButtons_1yle6_141 {
  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_1yle6_141 {
  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_1yle6_141:hover {
  color: #8256E7;
  background: rgba(130, 86, 231, 0.08);
}
._activeTab_1yle6_174 {
  color: white !important;
  background: #8256E7 !important;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._tabCount_1yle6_180 {
  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_1yle6_141:not(._activeTab_1yle6_174) ._tabCount_1yle6_180 {
  background: rgba(100, 116, 139, 0.15);
  color: #64748b;
}
._contactsSection_1yle6_195 {
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
._sectionHeader_1yle6_202 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
._sectionHeader_1yle6_202 h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._contactCount_1yle6_217 {
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
}
._agencyName_1yle6_223 {
  color: #8256E7;
  font-weight: 600;
}
._contactsTable_1yle6_228 {
  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_1yle6_238 {
  display: grid;
  grid-template-columns: 60px 2fr 1.5fr auto;
  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_1yle6_251 {
  display: grid;
  grid-template-columns: 60px 2fr 1.5fr auto;
  padding: 1.5rem;
  align-items: start;
  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_1yle6_251::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #8256E7;
  opacity: 0;
  transition: opacity 0.3s ease;
}
._contactRow_1yle6_251:last-child {
  border-bottom: none;
}
._contactRow_1yle6_251:hover {
  background:
    linear-gradient(
      135deg,
      rgba(102, 126, 234, 0.02) 0%,
      rgba(118, 75, 162, 0.02) 100%);
  transform: translateX(4px);
}
._contactRow_1yle6_251:hover::before {
  width: 4px;
}
._selectColumn_1yle6_289 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._selectColumn_1yle6_289 input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #8256E7;
  cursor: pointer;
  border-radius: 4px;
}
._selectColumn_1yle6_289 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._nameColumn_1yle6_308,
._titleColumn_1yle6_308 {
  padding: 0 0.75rem;
}
._actionsColumn_1yle6_312 {
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.75rem;
}
._contactName_1yle6_321 {
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
._savedBadge_1yle6_331 {
  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_1yle6_341 {
  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_1yle6_353,
._unlockedLinkedIn_1yle6_354 {
  color: #10b981 !important;
  font-weight: 600;
  opacity: 0.9;
}
._contactRow_1yle6_251:has(._lockedBadge_1yle6_341) {
  opacity: 0.7;
}
._contactRow_1yle6_251:has(._lockedBadge_1yle6_341) ._selectColumn_1yle6_289 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._contactEmail_1yle6_369 {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.5rem;
  font-weight: 500;
}
._contactActions_1yle6_376 {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-start;
}
._titleColumn_1yle6_308 {
  color: #475569;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
}
._budgetColumn_1yle6_391 {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
}
._contactButtons_1yle6_397 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 0.75rem;
}
._copyButton_1yle6_407,
._emailButton_1yle6_407,
._linkedinButton_1yle6_407 {
  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_1yle6_407::before,
._emailButton_1yle6_407::before,
._linkedinButton_1yle6_407::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_1yle6_407:hover::before,
._emailButton_1yle6_407:hover::before,
._linkedinButton_1yle6_407:hover::before {
  left: 100%;
}
._copyButton_1yle6_407 {
  background:
    linear-gradient(
      135deg,
      #64748b 0%,
      #475569 100%);
  box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}
._copyButton_1yle6_407:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(100, 116, 139, 0.4);
}
._emailButton_1yle6_407 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #8256E7 100%);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._emailButton_1yle6_407:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(130, 86, 231, 0.4);
}
._linkedinButton_1yle6_407 {
  background:
    linear-gradient(
      135deg,
      #0077b5 0%,
      #005885 100%);
  box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}
._linkedinButton_1yle6_407:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 119, 181, 0.4);
}
._saveContactButton_1yle6_473 {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loadingState_1yle6_482,
._errorState_1yle6_482 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  font-size: 1.25rem;
  color: #64748b;
  font-weight: 500;
}
._errorState_1yle6_482 {
  flex-direction: column;
  gap: 1.5rem;
}
._errorState_1yle6_482 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._errorState_1yle6_482 p {
  max-width: 500px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
._similarBrandsSection_1yle6_515 {
  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_1yle6_515::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_1yle6_515 ._sectionHeader_1yle6_202 {
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
._similarBrandsSection_1yle6_515 ._sectionHeader_1yle6_202 h2 {
  color: #8256E7;
  letter-spacing: -0.04em;
}
._similarBrandsSection_1yle6_515 ._sectionHeader_1yle6_202 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;
}
._securityWarning_1yle6_566 {
  background:
    linear-gradient(
      135deg,
      #fef3c7 0%,
      #fde68a 100%);
  border: 1px solid #f59e0b;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  text-align: center;
}
._securityWarning_1yle6_566 p {
  color: #92400e;
  font-weight: 500;
  margin: 0;
  font-size: 0.875rem;
}
._similarBrandsGrid_1yle6_582 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
._similarBrandCard_1yle6_590 {
  background: rgba(255, 255, 255, 0.95);
  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_1yle6_590::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_1yle6_590:hover::before {
  opacity: 1;
}
._similarBrandCard_1yle6_590: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_1yle6_632 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
._brandInfo_1yle6_639 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._brandInfo_1yle6_639 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._similarBrandLogo_1yle6_651 {
  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_1yle6_651 img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 80%;
}
._similarBrandCard_1yle6_590:hover ._similarBrandLogo_1yle6_651 {
  transform: scale(1.1) rotate(2deg);
}
._brandInfo_1yle6_639 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_1yle6_639 p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
._matchBadge_1yle6_693 {
  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_1yle6_590:hover ._matchBadge_1yle6_693 {
  transform: rotate(360deg) scale(1.15);
  box-shadow: 0 12px 30px rgba(130, 86, 231, 0.4);
}
._cardContent_1yle6_711 {
  margin-bottom: 2.5rem;
}
._brandDetails_1yle6_715 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
._detailItem_1yle6_722 {
  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_1yle6_590:hover ._detailItem_1yle6_722 {
  background: rgba(255, 255, 255, 0.9);
}
._label_1yle6_737 {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.4;
}
._value_1yle6_744 {
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 700;
  line-height: 1.4;
}
._matchReasons_1yle6_751 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
._matchTag_1yle6_758 {
  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_1yle6_590:hover ._matchTag_1yle6_758 {
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.15),
      rgba(124, 79, 216, 0.15));
  transform: translateY(-2px);
}
._cardAction_1yle6_779 {
  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_1yle6_590:hover ._cardAction_1yle6_779 {
  color: #8256E7;
  transform: translateX(8px);
}
._cardAction_1yle6_779 svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_1yle6_590:hover ._cardAction_1yle6_779 svg {
  transform: translateX(8px) scale(1.1);
}
._noSimilarBrands_1yle6_804 {
  text-align: center;
  padding: 6rem 2rem;
  color: #64748b;
  position: relative;
  z-index: 1;
}
._noSimilarBrands_1yle6_804 svg {
  opacity: 0.3;
  margin-bottom: 2.5rem;
}
._noSimilarBrands_1yle6_804 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_1yle6_804 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_1yle6_837 {
  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_1yle6_837:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}
@media (max-width: 768px) {
  ._similarBrandsSection_1yle6_515 {
    padding: 4rem 1.5rem;
    margin: 1rem;
    border-radius: 24px;
  }
  ._similarBrandsSection_1yle6_515 ._sectionHeader_1yle6_202 {
    margin-bottom: 3rem;
  }
  ._similarBrandsSection_1yle6_515 ._sectionHeader_1yle6_202 h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  ._similarBrandsSection_1yle6_515 ._sectionHeader_1yle6_202 p {
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 0 1rem;
    margin: 0.5rem auto 0 auto;
  }
  ._similarBrandsGrid_1yle6_582 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  ._similarBrandCard_1yle6_590 {
    padding: 2rem;
  }
  ._cardHeader_1yle6_632 {
    margin-bottom: 1.75rem;
  }
  ._brandInfo_1yle6_639 {
    gap: 1.25rem;
  }
  ._similarBrandLogo_1yle6_651 {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    min-height: 36px;
  }
  ._brandInfo_1yle6_639 h3 {
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  ._brandDetails_1yle6_715 {
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  ._detailItem_1yle6_722 {
    padding: 0.875rem 1rem;
  }
  ._matchReasons_1yle6_751 {
    justify-content: center;
    gap: 0.75rem;
  }
  ._matchTag_1yle6_758 {
    padding: 0.625rem 1rem;
  }
  ._cardAction_1yle6_779 {
    padding: 1.25rem 1rem 1rem;
  }
  ._noSimilarBrands_1yle6_804 {
    padding: 5rem 1.5rem;
  }
  ._noSimilarBrands_1yle6_804 h3 {
    margin-bottom: 1.25rem;
    line-height: 1.3;
  }
  ._noSimilarBrands_1yle6_804 p {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    padding: 0 1rem;
  }
  ._toast_1yle6_949 {
    left: 1rem;
    right: 1rem;
    width: auto;
  }
  ._toastContent_1yle6_955 {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
  }
  ._modal_1yle6_960 {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
  }
  ._modalHeader_1yle6_967,
  ._modalContent_1yle6_967 {
    padding: 1.5rem;
  }
  ._formActions_1yle6_971 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._cancelButton_1yle6_976,
  ._saveGroupButton_1yle6_976 {
    width: 100%;
    justify-content: center;
  }
}
._modalOverlay_1yle6_983 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: _fadeIn_1yle6_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _fadeIn_1yle6_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _spin_1yle6_1013 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._spinner_1yle6_1013 {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #8256E7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: _spin_1yle6_1013 1s linear infinite;
}
._modal_1yle6_960 {
  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_1yle6_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@keyframes _slideIn_1yle6_1 {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
._modalHeader_1yle6_967 {
  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_1yle6_967 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_1yle6_967 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_1yle6_1076 {
  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_1yle6_1076:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #1e293b;
  transform: rotate(90deg);
}
._modalContent_1yle6_967 {
  padding: 1.5rem;
}
._modalContent_1yle6_967 p {
  margin: 0 0 1.5rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
}
._defaultInfo_1yle6_1108 {
  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_1yle6_1120 h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #1e293b;
}
._groupSubtext_1yle6_1127 {
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
}
._groupOptions_1yle6_1120 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
._saveOptionButton_1yle6_1142 {
  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_1yle6_1142:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}
._selectedOption_1yle6_1163 {
  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_1yle6_1163 ._groupName_1yle6_1170 {
  color: white !important;
}
._selectedOption_1yle6_1163:hover {
  background:
    linear-gradient(
      135deg,
      #6b45c1 0%,
      #5a3d9e 100%) !important;
  transform: translateY(-1px);
}
._groupColor_1yle6_1179 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
._groupName_1yle6_1170 {
  font-weight: 600;
}
._groupCount_1yle6_1190 {
  color: #64748b;
  font-size: 0.8rem;
  margin-left: auto;
}
._selectedOption_1yle6_1163 ._groupCount_1yle6_1190 {
  color: rgba(255, 255, 255, 0.8);
}
._createNewOption_1yle6_1200 {
  border: 1px dashed rgba(130, 86, 231, 0.4);
  background: rgba(130, 86, 231, 0.05);
  color: #8256E7;
}
._createNewOption_1yle6_1200:hover {
  background: rgba(130, 86, 231, 0.1);
}
._modalActions_1yle6_1210 {
  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_1yle6_1220 {
  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_1yle6_1220:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
._saveContactsButton_1yle6_1240 {
  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_1yle6_1240:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
  background:
    linear-gradient(
      135deg,
      #7c4fd8 0%,
      #6b46c1 100%);
}
._saveContactsButton_1yle6_1240:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_1yle6_1240:disabled:not(._loading_1yle6_482) {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_1yle6_1240._loading_1yle6_482 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #7c4fd8 100%);
  cursor: wait;
  opacity: 0.8;
}
._modalActions_1yle6_1210 {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
._createGroupSection_1yle6_1290 {
  display: flex;
  justify-content: center;
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
._saveSelectedButton_1yle6_1298 {
  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_1yle6_1298:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
}
._formGroup_1yle6_1321 {
  margin-bottom: 1.5rem;
}
._formGroup_1yle6_1321 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}
._formInput_1yle6_1333 {
  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_1yle6_1333:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formTextarea_1yle6_1349 {
  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_1yle6_1349:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._saveOptions_1yle6_1367 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
._saveOption_1yle6_1142 {
  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_1yle6_1142:hover {
  border-color: rgba(130, 86, 231, 0.3);
  background: rgba(130, 86, 231, 0.02);
  transform: translateY(-2px);
}
._selectedOption_1yle6_1163 {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
  color: #8256E7;
}
._optionIcon_1yle6_1400 {
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
}
._optionContent_1yle6_1406 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._optionTitle_1yle6_1413 {
  font-weight: 600;
  font-size: 0.9rem;
}
._optionDescription_1yle6_1418 {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.4;
}
._selectedOption_1yle6_1163 ._optionDescription_1yle6_1418 {
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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;
  width: 100%;
  margin: 0 auto;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background-color: #f8fafc;
  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-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-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;
}
@media (max-width: 768px) {
  .ai-recommendations-metrics {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .ai-recommendations-grid {
    grid-template-columns: 1fr;
  }
}
@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;
  }
}
.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;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
.App-header {
  background-color: #282c34;
  padding: 20px;
  color: white;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.app-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.error-boundary {
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin: 20px;
}
.error-boundary h2 {
  color: #dc3545;
  margin-bottom: 10px;
}
.error-boundary p {
  color: #6c757d;
  margin-bottom: 15px;
}
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.loading-text {
  margin-left: 10px;
  color: #6c757d;
}
.form-group {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
}
.form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.5;
}
.form-input:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.btn-primary {
  color: white;
  background-color: #8256E7;
  border-color: #8256E7;
}
.btn-primary:hover {
  background-color: #6B45C1;
  border-color: #6B45C1;
}
.btn-secondary {
  color: #374151;
  background-color: #f9fafb;
  border-color: #d1d5db;
}
.btn-secondary:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}
.card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.card-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.card-body {
  color: #6b7280;
}
.alert {
  padding: 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.alert-success {
  background-color: #d1fae5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}
.alert-error {
  background-color: #fee2e2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.alert-warning {
  background-color: #fef3c7;
  border: 1px solid #fde68a;
  color: #92400e;
}
.alert-info {
  background-color: #dbeafe;
  border: 1px solid #bfdbfe;
  color: #1e40af;
}
@media (max-width: 768px) {
  .card {
    padding: 1rem;
    margin-bottom: 0.75rem;
  }
  .btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  .form-input {
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .mobile-padding {
    padding: 1rem;
  }
  .mobile-margin {
    margin: 1rem;
  }
  .mobile-stack {
    flex-direction: column;
  }
  .mobile-full-width {
    width: 100%;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem;
  }
  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    text-decoration: none;
    color: #6b7280;
    font-size: 0.75rem;
  }
  .mobile-nav-item.active {
    color: #8256E7;
  }
  .mobile-nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0.25rem;
  }
  .mobile-btn {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
  }
  .mobile-btn-primary {
    background-color: #8256E7;
    color: white;
  }
  .mobile-btn-primary:hover {
    background-color: #6B45C1;
  }
  .mobile-btn-secondary {
    background-color: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
  }
  .mobile-btn-secondary:hover {
    background-color: #e5e7eb;
  }
  .mobile-form-group {
    margin-bottom: 1.5rem;
  }
  .mobile-form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
  }
  .mobile-form-input {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: white;
  }
  .mobile-form-input:focus {
    outline: none;
    border-color: #8256E7;
    box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
  }
  .mobile-form-textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: white;
    resize: vertical;
    min-height: 120px;
  }
  .mobile-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .mobile-card-header {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .mobile-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
  }
  .mobile-card-body {
    color: #6b7280;
    line-height: 1.6;
  }
  .mobile-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-list-item {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-list-item:last-child {
    border-bottom: none;
  }
  .mobile-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }
  .mobile-table th,
  .mobile-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
  }
  .mobile-table th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #374151;
  }
  .mobile-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .mobile-modal-content {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    width: 100%;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .mobile-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .mobile-modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
  }
  .mobile-modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-alert {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
  .mobile-alert-success {
    background-color: #d1fae5;
    border: 1px solid #a7f3d0;
    color: #065f46;
  }
  .mobile-alert-error {
    background-color: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
  }
  .mobile-alert-warning {
    background-color: #fef3c7;
    border: 1px solid #fde68a;
    color: #92400e;
  }
  .mobile-alert-info {
    background-color: #dbeafe;
    border: 1px solid #bfdbfe;
    color: #1e40af;
  }
  .mobile-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #6b7280;
  }
  .mobile-spinner {
    width: 24px;
    height: 24px;
    border: 2px solid #e5e7eb;
    border-top: 2px solid #8256E7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 0.5rem;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .mobile-touch-target {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-safe-top {
    padding-top: env(safe-area-inset-top);
  }
  .mobile-safe-bottom {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-safe-left {
    padding-left: env(safe-area-inset-left);
  }
  .mobile-safe-right {
    padding-right: env(safe-area-inset-right);
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }
  .mobile-video {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }
  .mobile-container {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .mobile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mobile-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-only {
    display: block !important;
  }
  .tablet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .desktop-hide {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-resolution: 192dpi) {
  .mobile-hdpi-img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .mobile-landscape-hide {
    display: none !important;
  }
  .mobile-landscape-only {
    display: block !important;
  }
}
@media (orientation: portrait) {
  .mobile-portrait-hide {
    display: none !important;
  }
  .mobile-portrait-only {
    display: block !important;
  }
}
*,
::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;
}
.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;
  }
}
.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-32 {
  bottom: -8rem;
}
.-bottom-40 {
  bottom: -10rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-left-1\/4 {
  left: -25%;
}
.-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-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-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-\[-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;
}
.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 {
  top: 0.5rem;
}
.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-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;
}
.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-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-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-\[60vh\] {
  max-height: 60vh;
}
.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-\[100px\] {
  min-height: 100px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.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-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.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-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.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-\[80px\] {
  max-width: 80px;
}
.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;
}
.table-fixed {
  table-layout: fixed;
}
.-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-24 {
  --tw-translate-x: -6rem;
  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-y-32 {
  --tw-translate-y: -8rem;
  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-32 {
  --tw-translate-x: 8rem;
  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));
}
.translate-y-24 {
  --tw-translate-y: 6rem;
  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-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));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 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;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-2 {
  border-left-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-\[\#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-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-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-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / 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\/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-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.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\/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-t-\[\#8256E7\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(130 86 231 / 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-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-\[\#8256E7\]\/5 {
  background-color: rgb(130 86 231 / 0.05);
}
.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\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.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-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-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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.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-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\/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-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-25 {
  --tw-bg-opacity: 0.25;
}
.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));
}
.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-\[\#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-\[\#F8FAFC\] {
  --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-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 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-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 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-200 {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 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-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-200 {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 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-200 {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 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-orange-600 {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200 {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 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\/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-600\/80 {
  --tw-gradient-from: rgb(147 51 234 / 0.8) 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-200 {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 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-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-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\/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-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 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);
}
.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\/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-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-50 {
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #faf5ff 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\/80 {
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(126 34 206 / 0.8) 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-\[\#6B45C1\] {
  --tw-gradient-to: #6B45C1 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-\[\#EFF5FF\] {
  --tw-gradient-to: #EFF5FF var(--tw-gradient-to-position);
}
.to-\[\#a855f7\] {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}
.to-amber-500 {
  --tw-gradient-to: #f59e0b 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-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\/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-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\/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-400 {
  --tw-gradient-to: #9ca3af 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-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-pink-100 {
  --tw-gradient-to: #fce7f3 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-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\/80 {
  --tw-gradient-to: rgb(88 28 135 / 0.8) var(--tw-gradient-to-position);
}
.to-red-100 {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}
.to-red-400 {
  --tw-gradient-to: #f87171 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-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-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-4 {
  padding-left: 1rem;
}
.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-8xl {
  font-size: 6rem;
  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;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.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-\[\#8256E7\]\/90 {
  color: rgb(130 86 231 / 0.9);
}
.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-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-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-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;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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-5 {
  opacity: 0.05;
}
.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-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;
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(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);
}
.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);
  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);
  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);
  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);
  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);
  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);
  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 {
  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,
    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);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8256E7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.min-h-screen {
  min-height: 100vh;
}
.brand-purple {
  color: #8256E7;
}
.bg-brand-purple {
  background-color: #8256E7;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
.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-\[\#8256E7\]::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(130 86 231 / var(--tw-bg-opacity, 1));
}
.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));
}
.file\:text-white::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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\:border-\[\#7c3aed\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.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-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-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-30:hover {
  --tw-border-opacity: 0.3;
}
.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-\[\#7c4ddb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 77 219 / 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-\[\#8256E7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 86 231 / 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-\[\#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-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-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-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-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-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-\[\#6B45C1\]:hover {
  --tw-gradient-from: #6B45C1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 69 193 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-\[\#7c3aed\]:hover {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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-green-600:hover {
  --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);
}
.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-\[\#5A3A9F\]:hover {
  --tw-gradient-to: #5A3A9F var(--tw-gradient-to-position);
}
.hover\:to-\[\#9333ea\]:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.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-green-700:hover {
  --tw-gradient-to: #15803d 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-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 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-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.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-\[\#6B46C1\]::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 70 193 / var(--tw-bg-opacity, 1));
}
.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\:text-\[\#8256E7\] {
  --tw-text-opacity: 1;
  color: rgb(130 86 231 / var(--tw-text-opacity, 1));
}
.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-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-\[\#8256E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 86 231 / var(--tw-bg-opacity, 1));
}
.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-\[\#8256E7\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 86 231 / var(--tw-ring-opacity, 1));
}
.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-0 {
    margin-bottom: 0px;
  }
  .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-7 {
    height: 1.75rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-14 {
    width: 3.5rem;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-7 {
    width: 1.75rem;
  }
  .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\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }
  .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-right {
    text-align: right;
  }
  .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-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-6 {
    padding: 1.5rem;
  }
  .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\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .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-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;
  }
  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
  .md\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(130 86 231 / var(--tw-text-opacity, 1));
  }
}
@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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .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;
  }
}
