.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;
}
@media (max-width: 768px) {
  * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  input,
  textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
  }
  button,
  a,
  [role=button],
  [role=link] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2);
    cursor: pointer;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  button,
  [role=button],
  .mobileMenuToggle,
  .nav-link,
  .authButtons button,
  .authButtons a,
  .mobile-menu-toggle,
  .navContent a,
  .navContent button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  button:active,
  [role=button]:active,
  .mobileMenuToggle:active,
  .nav-link:active,
  .authButtons button:active,
  .authButtons a:active,
  .mobile-menu-toggle:active,
  .navContent a:active,
  .navContent button:active {
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2);
    transform: scale(0.95);
    transition: transform 0.1s ease;
    -webkit-transform: scale(0.95) translateZ(0);
  }
  button:focus,
  [role=button]:focus,
  .mobileMenuToggle:focus,
  .nav-link:focus,
  .authButtons button:focus,
  .authButtons a:focus,
  .mobile-menu-toggle:focus,
  .navContent a:focus,
  .navContent button:focus {
    outline: 2px solid #8256E7;
    outline-offset: 2px;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2);
  }
  button:hover,
  [role=button]:hover,
  .mobileMenuToggle:hover,
  .nav-link:hover,
  .authButtons button:hover,
  .authButtons a:hover,
  .mobile-menu-toggle:hover,
  .navContent a:hover,
  .navContent button:hover {
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.1);
  }
  .navContent {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    transform: translateZ(0);
    pointer-events: auto !important;
  }
  .navContent .navLinks,
  .navContent .authButtons {
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }
  .navContent .navLinks a,
  .navContent .navLinks button,
  .navContent .authButtons a,
  .navContent .authButtons button {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    cursor: pointer !important;
  }
  .navContent a {
    display: block;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    pointer-events: auto;
    cursor: pointer;
  }
  .navContent button {
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background: none;
    font: inherit;
  }
  .navContent .profileButton,
  .navContent .signOutButton,
  .navContent .loginButton {
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    touch-action: manipulation !important;
  }
  .safari-button-fix {
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    touch-action: manipulation !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    position: relative !important;
    z-index: 10 !important;
  }
  .safari-button-fix:active {
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    transform: scale(0.95) !important;
    transition: transform 0.1s ease !important;
  }
  .safari-nav-link-fix {
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    touch-action: manipulation !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    width: 100% !important;
    padding: 1rem !important;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
    border: none !important;
    font: inherit !important;
    text-align: left !important;
  }
  .safari-nav-link-fix:active {
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    transform: scale(0.95) !important;
    transition: transform 0.1s ease !important;
    background-color: rgba(130, 86, 231, 0.1) !important;
  }
  .safari-nav-link-fix:hover {
    background-color: rgba(130, 86, 231, 0.05) !important;
  }
  button,
  .button,
  [role=button],
  .btn,
  .btn-primary,
  .btn-secondary,
  .submitButton,
  .cancelButton,
  .closeButton,
  .primaryButton,
  .revealContactsBtn,
  .aiChatButton,
  .requestBrandButton,
  .aiChatButton,
  .holidayButton,
  .clearChatBtn,
  .closeChatBtn {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10 !important;
  }
  .requestBrandButton,
  .aiChatButton,
  .holidayButton {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .actionButtonsContainer,
  .requestBrandButtonContainer,
  .aiChatButtonContainer,
  .holidayButtonContainer {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    pointer-events: auto !important;
  }
  .modal,
  .modalOverlay,
  .modalContent,
  .modalHeader,
  .modalDescription,
  .formGroup,
  .formActions,
  .aiChatModal,
  .aiChatModalContent,
  .aiChatHeader,
  .aiChatControls,
  .aiMessagesContainer,
  .requestBrandModal,
  .requestBrandModalContent {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    pointer-events: auto !important;
  }
  input,
  textarea,
  select,
  .formGroup input,
  .formGroup textarea,
  .formGroup select {
    -webkit-touch-callout: none !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.1) !important;
    pointer-events: auto !important;
  }
  a,
  .navLink,
  .nav-link,
  .link,
  .Link {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10 !important;
  }
  .brand a,
  .brand Link,
  .logo,
  .logo-img {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
  }
  .safari-nav-link-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.2) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .safari-nav-link-fix.active {
    background: #8256e7 !important;
    color: #ffffff !important;
    border-color: #6b45c1 !important;
    transform: translateZ(0) !important;
  }
  .mobileMenuContent .safari-nav-link-fix {
    transform: translateZ(0) !important;
    will-change: transform !important;
  }
  .tabButton.safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .tabButton.safari-button-fix.active {
    background: #8256e7 !important;
    color: #ffffff !important;
    border-color: #6b45c1 !important;
    transform: translateZ(0) !important;
  }
  .toggle.safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .toggle.safari-button-fix .toggleSlider {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .toggle.safari-button-fix input {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .toggle.safari-button-fix input:checked + .toggleSlider {
    background-color: #8256e7 !important;
    transform: translateZ(0) !important;
  }
  .toggle.safari-button-fix input:checked + .toggleSlider:before {
    transform: translateX(22px) translateZ(0) !important;
  }
  @media (max-width: 768px) {
    .toggle.safari-button-fix {
      width: 36px !important;
      height: 18px !important;
    }
    .toggle.safari-button-fix .toggleSlider {
      border-radius: 18px !important;
    }
    .toggle.safari-button-fix .toggleSlider:before {
      height: 12px !important;
      width: 12px !important;
      left: 3px !important;
      bottom: 3px !important;
    }
    .toggle.safari-button-fix input:checked + .toggleSlider:before {
      transform: translateX(18px) translateZ(0) !important;
    }
  }
  @media (max-width: 480px) {
    .toggle.safari-button-fix {
      width: 32px !important;
      height: 16px !important;
    }
    .toggle.safari-button-fix .toggleSlider {
      border-radius: 16px !important;
    }
    .toggle.safari-button-fix .toggleSlider:before {
      height: 10px !important;
      width: 10px !important;
      left: 3px !important;
      bottom: 3px !important;
    }
    .toggle.safari-button-fix input:checked + .toggleSlider:before {
      transform: translateX(16px) translateZ(0) !important;
    }
  }
  .tabButton.safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .tabButton.safari-button-fix.activeTab {
    background: #8256e7 !important;
    color: #ffffff !important;
    border-color: #6b45c1 !important;
    transform: translateZ(0) !important;
  }
  .safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .safari-button-fix:hover {
    transform: translateZ(0) translateY(-1px) !important;
    box-shadow: 0 10px 25px rgba(130, 86, 231, 0.4) !important;
  }
  select.safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    padding-right: 40px !important;
  }
  select.safari-button-fix:focus {
    transform: translateZ(0) !important;
    outline: none !important;
    border-color: #8256e7 !important;
    box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1) !important;
  }
  select.safari-button-fix option {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    pointer-events: auto !important;
  }
  .heroSearchButton.safari-button-fix {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 15 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }
  .heroSearchButton.safari-button-fix:active {
    transform: translateZ(0) scale(0.98) !important;
    background-color: #6B45C1 !important;
  }
  .pricingGuide {
    position: relative !important;
    z-index: 1000 !important;
    transform: translateZ(0) !important;
  }
  @media (max-width: 768px) {
    .pricingGuide {
      z-index: 2000 !important;
      position: relative !important;
      transform: translateZ(0) !important;
    }
    .platformPricing {
      position: relative !important;
      z-index: 2001 !important;
    }
    .platformCard {
      position: relative !important;
      z-index: 2002 !important;
    }
    .usageFeesSection {
      position: relative !important;
      z-index: 2003 !important;
    }
  }
  .navContent,
  .mobileMenuContent,
  .navLinks,
  .authButtons,
  .desktopNavLinks,
  .desktopAuthButtons {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    pointer-events: auto !important;
  }
  .FlagContactButton,
  .BrandRequestModal,
  .ContactModal,
  .EnrichmentModal,
  .FeatureGateModal,
  .CancellationModal,
  .UpgradePromptModal {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
    pointer-events: auto !important;
  }
  button:active,
  .button:active,
  [role=button]:active,
  .btn:active,
  .submitButton:active,
  .cancelButton:active,
  .closeButton:active,
  .primaryButton:active,
  .revealContactsBtn:active,
  .aiChatButton:active,
  .requestBrandButton:active,
  .clearChatBtn:active,
  .closeChatBtn:active,
  a:active,
  .navLink:active,
  .nav-link:active,
  .link:active,
  .Link:active {
    -webkit-tap-highlight-color: rgba(130, 86, 231, 0.3) !important;
    transform: scale(0.95) !important;
    transition: transform 0.1s ease !important;
  }
}
.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;
  }
}
@media (max-width: 768px) {
  .notification-modal-mobile {
    position: absolute !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 95vw !important;
    max-width: 95vw !important;
    min-width: 0 !important;
    z-index: 50 !important;
    max-height: 80vh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  }
  .mobile-menu .notification-overlay {
    position: relative !important;
    width: 100% !important;
    max-height: 70vh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    margin: 0.5rem 0 !important;
  }
  .notification-content-mobile {
    flex: 1 !important;
    overflow-y: auto !important;
    min-height: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 1rem !important;
  }
  .touch-manipulation {
    min-height: 60px !important;
    padding: 1rem !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
  }
  @supports (-webkit-touch-callout: none) {
    .notification-modal-mobile {
      transform: translateX(-50%) translateZ(0) !important;
      backface-visibility: hidden !important;
    }
    .notification-content-mobile {
      transform: translateZ(0) !important;
    }
  }
}
body.mobile-menu-open .chatwoot-widget,
body.mobile-menu-open .woot-widget-bubble,
body.mobile-menu-open #cw-bubble-holder,
body.mobile-menu-open .woot--bubble-holder,
body.mobile-menu-open iframe[src*=chatwoot],
body.mobile-menu-open iframe[src*=woot] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}
@media (max-width: 768px) {
  #cw-bubble-holder,
  .woot--bubble-holder {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    z-index: 9999 !important;
    display: block !important;
  }
  .woot-widget-bubble {
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .woot-widget-bubble.woot--hide {
    display: none !important;
  }
  .woot-widget-bubble.woot--close {
    display: block !important;
    visibility: visible !important;
  }
  iframe[src*=chatwoot],
  iframe[src*=woot] {
    position: fixed !important;
    bottom: 80px !important;
    right: 10px !important;
    left: 10px !important;
    top: auto !important;
    z-index: 9998 !important;
    width: calc(100vw - 20px) !important;
    height: calc(100vh - 100px) !important;
    max-width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 100px) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
  }
}
@media (max-width: 480px) {
  #cw-bubble-holder,
  .woot--bubble-holder {
    bottom: 15px !important;
    right: 15px !important;
  }
  iframe[src*=chatwoot],
  iframe[src*=woot] {
    bottom: 70px !important;
    right: 8px !important;
    left: 8px !important;
    width: calc(100vw - 16px) !important;
    height: calc(100vh - 90px) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 90px) !important;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    #cw-bubble-holder,
    .woot--bubble-holder {
      position: fixed !important;
      bottom: 20px !important;
      right: 20px !important;
      left: auto !important;
      z-index: 9999 !important;
      transform: translateZ(0) !important;
    }
  }
}
.password-input-container {
  position: relative !important;
}
.password-input-container input {
  padding-right: 3rem !important;
}
.password-input-container .password-toggle-button {
  position: absolute !important;
  right: 0.75rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
}
.password-input-container input[type=password],
.password-input-container input[type=text] {
  padding-right: 3rem !important;
}
@media (max-width: 768px) {
  .password-input-container input {
    padding-right: 3rem !important;
  }
  .password-input-container .password-toggle-button {
    right: 0.75rem !important;
  }
}
._navbar_3zace_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_3zace_1:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
._navContainer_3zace_17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
}
._desktopNavLinks_3zace_30 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: center;
  margin: 0 2rem;
}
@media (max-width: 768px) {
  ._desktopNavLinks_3zace_30 {
    display: none !important;
  }
}
._desktopNavLinks_3zace_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_3zace_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_3zace_30 a:hover::before {
  width: 100%;
}
._desktopNavLinks_3zace_30 a:hover {
  color: #8256e7;
  transform: translateY(-1px);
}
._desktopNavLinks_3zace_30 a._active_3zace_81 {
  color: #8256e7;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transform: translateY(-1px);
}
._desktopNavLinks_3zace_30 a._active_3zace_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_3zace_1 0.5s ease;
  pointer-events: none;
}
._desktopAuthButtons_3zace_102 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  ._desktopAuthButtons_3zace_102 {
    display: none !important;
  }
}
._mobileMenuToggle_3zace_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_3zace_117,
  ._navContent_3zace_135 {
    display: none !important;
  }
  ._mobileMenuBackdrop_3zace_140 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 19990;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
}
._navContent_3zace_135:not(._showMobile_3zace_153) {
  right: -100% !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
._mobileMenuToggle_3zace_117:hover {
  transform: scale(1.1);
}
._mobileMenuToggle_3zace_117:active {
  transform: scale(0.95);
}
._mobileMenuToggle_3zace_117 span {
  width: 100%;
  height: 3px;
  background: #8256e7;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
._mobileMenuToggle_3zace_117:hover span {
  background: #a78bfa;
}
._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
._brand_3zace_193 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_3zace_193 a:hover {
  transform: translateY(-1px);
  color: #8256e7;
}
._brand_3zace_193 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_3zace_193 a:hover::before {
  left: 100%;
}
._logo_3zace_225 {
  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_3zace_225 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
._brand_3zace_193 a:hover ._logo_3zace_225 {
  transform: rotate(5deg) scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(130, 86, 231, 0.3));
}
._navContent_3zace_135 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}
._navContent_3zace_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_3zace_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_3zace_135 a:hover::before {
  width: 100%;
}
._navContent_3zace_135 a:hover {
  color: #8256e7;
  transform: translateY(-1px);
}
._navContent_3zace_135 a._active_3zace_81 {
  color: #8256e7;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transform: translateY(-1px);
}
._navContent_3zace_135 a._active_3zace_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_3zace_1 0.5s ease;
  pointer-events: none;
}
@keyframes _activeIndicator_3zace_1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 20px;
    opacity: 1;
  }
}
._authButtons_3zace_320 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
._loginButton_3zace_327,
._signupButton_3zace_327,
._signOutButton_3zace_327,
._profileButton_3zace_327 {
  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_3zace_327,
._profileButton_3zace_327,
._signupButton_3zace_327 {
  color: #8256e7;
  background-color: transparent;
  border: 2px solid #8256e7 !important;
}
._loginButton_3zace_327:hover,
._profileButton_3zace_327:hover,
._signupButton_3zace_327:hover {
  background-color: #8256e7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.3);
}
._signOutButton_3zace_327 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a78bfa);
  color: white;
  border: 2px solid transparent !important;
}
._signOutButton_3zace_327::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_3zace_327:hover::before {
  left: 100%;
}
._signOutButton_3zace_327:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.4);
}
._eliteAnalyticsButton_3zace_389 {
  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_3zace_389::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_3zace_389:hover::before {
  left: 100%;
}
._eliteAnalyticsButton_3zace_389: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_3zace_1 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes _slideInFromLeft_3zace_1 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes _fadeIn_3zace_1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  ._navContainer_3zace_17 {
    padding: 1rem;
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  ._desktopNavLinks_3zace_30,
  ._desktopAuthButtons_3zace_102,
  ._navbar_3zace_1 ._desktopNavLinks_3zace_30,
  ._navbar_3zace_1 ._desktopAuthButtons_3zace_102 {
    display: none !important;
  }
  ._desktopNavLinks_3zace_30,
  ._desktopAuthButtons_3zace_102,
  ._navbar_3zace_1 ._desktopNavLinks_3zace_30,
  ._navbar_3zace_1 ._desktopAuthButtons_3zace_102,
  ._navContainer_3zace_17 ._desktopNavLinks_3zace_30,
  ._navContainer_3zace_17 ._desktopAuthButtons_3zace_102,
  ._navContainer_3zace_17 > ._desktopNavLinks_3zace_30,
  ._navContainer_3zace_17 > ._desktopAuthButtons_3zace_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_3zace_117 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 1002;
    transition: background-color 0.2s ease;
    padding: 8px;
    border-radius: 8px;
    background: transparent;
    border: none;
    position: relative;
    transform: translate3d(0, 0, 0);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  ._mobileMenuToggle_3zace_117:hover {
    background-color: rgba(130, 86, 231, 0.08);
  }
  ._mobileMenuToggle_3zace_117:active {
    background-color: rgba(130, 86, 231, 0.14);
  }
  ._mobileMenuToggle_3zace_117 span {
    width: 30px;
    height: 3px;
    background: #8256E7;
    transition: background-color 0.2s ease;
    border-radius: 2px;
    transform-origin: center;
    -webkit-transform-origin: center;
    display: block;
  }
  ._mobileMenuToggle_3zace_117:hover span {
    background: #6B45C1;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
    -webkit-transform: rotate(45deg) translate(5px, 6px);
  }
  ._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 span:nth-child(2) {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  ._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
    -webkit-transform: rotate(-45deg) translate(5px, -6px);
  }
  ._navContent_3zace_135 {
    position: fixed;
    top: 0;
    right: -100% !important;
    width: min(65vw, 280px);
    max-width: 280px;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    box-shadow: -4px 0 25px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    will-change: right;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
  }
  ._mobileMenuHeader_3zace_589 {
    background: #ffffff;
    color: #333;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  ._mobileMenuHeader_3zace_589 h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
  }
  ._mobileMenuHeader_3zace_589 p {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: #666;
  }
  ._mobileMenuContent_3zace_613 {
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom)) 1rem;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 1;
    visibility: visible;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
  }
  ._navContent_3zace_135._showMobile_3zace_153 {
    right: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    animation: _slideInFromRight_3zace_1 0.3s ease;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ~ ._mobileMenuToggle_3zace_117 {
    display: none;
  }
  ._navLinks_3zace_642 {
    flex-direction: column;
    gap: 0.75rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    align-items: stretch;
    flex: 0 0 auto;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0;
  }
  ._navLinks_3zace_642 a {
    height: 48px;
    min-height: 48px;
    font-size: 0.95rem;
    font-weight: 600;
    width: 100%;
    border: 2px solid #8256E7;
    border-radius: 10px;
    background: #ffffff;
    color: #111111 !important;
    padding: 12px 16px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    transition:
      background-color 0.15s ease,
      color 0.15s ease,
      border-color 0.15s ease;
    transform: none;
    opacity: 1;
    animation: none;
    -webkit-tap-highlight-color: transparent;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
  ._navLinks_3zace_642 a:hover {
    background: #f8f9fb;
    border-color: #6B45C1;
    color: #111111 !important;
  }
  ._navLinks_3zace_642 a:active {
    transform: translateY(0);
    background: #f1f3f4;
  }
  ._navLinks_3zace_642 a:focus {
    outline: 2px solid #8256e7;
    outline-offset: 2px;
  }
  ._navLinks_3zace_642 a._active_3zace_81 {
    background: #8256e7;
    color: #ffffff;
    border-color: #6b45c1;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a:nth-child(1) {
    animation-delay: 0.05s;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a:nth-child(2) {
    animation-delay: 0.1s;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a:nth-child(3) {
    animation-delay: 0.15s;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a:nth-child(4) {
    animation-delay: 0.2s;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a:nth-child(5) {
    animation-delay: 0.25s;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._navLinks_3zace_642 a:nth-child(6) {
    animation-delay: 0.3s;
  }
  ._navLinks_3zace_642 a._active_3zace_81::after {
    display: none;
  }
  ._navLinks_3zace_642 a._active_3zace_81 {
    background: #8256E7;
    color: #ffffff;
    border-color: #8256E7;
  }
  ._navLinks_3zace_642 a:focus-visible {
    outline: 3px solid rgba(130, 86, 231, 0.35);
    outline-offset: 2px;
  }
  ._authButtons_3zace_320 {
    flex-direction: column;
    gap: 0.75rem;
    margin-left: 0;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }
  ._loginButton_3zace_327,
  ._signupButton_3zace_327,
  ._signOutButton_3zace_327,
  ._profileButton_3zace_327 {
    width: 100%;
    height: 48px;
    min-height: 48px;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #8256E7;
    color: #111111 !important;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition:
      background-color 0.15s ease,
      color 0.15s ease,
      border-color 0.15s ease;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    padding: 12px 16px;
  }
  ._signOutButton_3zace_327 {
    background: #8256E7;
    color: #ffffff !important;
    border-color: #8256E7;
  }
  ._loginButton_3zace_327:hover,
  ._signupButton_3zace_327:hover,
  ._profileButton_3zace_327:hover {
    background: #f8f9fb;
    border-color: #6B45C1;
    color: #111111 !important;
  }
  ._signOutButton_3zace_327:hover {
    background: #6B45C1;
    border-color: #6B45C1;
    color: #ffffff !important;
  }
  ._notificationButtonWrapper_3zace_802 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
  }
  ._navContent_3zace_135[aria-expanded=true] {
    right: 0 !important;
  }
  ._navLinks_3zace_642 a:focus,
  ._authButtons_3zace_320 button:focus,
  ._authButtons_3zace_320 a:focus {
    outline: 2px solid #8256E7;
    outline-offset: 2px;
  }
  @media (prefers-reduced-motion: reduce) {
    ._navContent_3zace_135 {
      transition: none;
    }
  }
  @media (prefers-contrast: high) {
    ._navLinks_3zace_642 a,
    ._authButtons_3zace_320 button,
    ._authButtons_3zace_320 a {
      border-width: 3px;
    }
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._authButtons_3zace_320 {
    animation: _fadeIn_3zace_1 0.4s ease forwards 0.3s;
  }
  ._requestBrandButton_3zace_844 {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-right: 0;
    height: 48px;
    font-size: 1rem;
    font-weight: 600;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._requestBrandButton_3zace_844 {
    animation: _slideInFromRight_3zace_1 0.4s ease 0.2s both;
  }
  ._modal_3zace_859 {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
  }
  ._modalHeader_3zace_866 {
    padding: 1.25rem;
  }
  ._modalContent_3zace_870 {
    padding: 1.25rem;
  }
  ._formActions_3zace_874 {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  ._cancelButton_3zace_879,
  ._submitButton_3zace_880 {
    width: 100%;
    height: 48px;
  }
}
._navContent_3zace_135._showMobile_3zace_153::before {
  display: none !important;
  content: none !important;
}
._navContent_3zace_135::before {
  display: none !important;
  content: none !important;
}
._requestBrandButton_3zace_844 {
  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_3zace_844:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.3);
}
@media (max-width: 768px) {
  ._requestBrandButton_3zace_844 {
    width: 100%;
    margin: 0.75rem 0;
  }
}
._modalOverlay_3zace_930 {
  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_3zace_1 0.3s ease;
}
@keyframes _fadeInOverlay_3zace_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._modal_3zace_859 {
  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_3zace_1 0.3s ease;
  transform: translate3d(0, 0, 0);
}
@keyframes _slideInModal_3zace_1 {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
._modalHeader_3zace_866 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}
._modalHeader_3zace_866 h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
}
._closeButton_3zace_997 {
  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_3zace_997:hover {
  background-color: #f3f4f6;
  color: #374151;
  transform: scale(1.1);
}
._closeButton_3zace_997:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._modalContent_3zace_870 {
  padding: 1.5rem;
}
._modalDescription_3zace_1028 {
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
._formGroup_3zace_1034 {
  margin-bottom: 1.5rem;
}
._formGroup_3zace_1034 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}
._formGroup_3zace_1034 input,
._formGroup_3zace_1034 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_3zace_1034 input:focus,
._formGroup_3zace_1034 textarea:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formGroup_3zace_1034 input:disabled,
._formGroup_3zace_1034 textarea:disabled {
  background-color: #f9fafb;
  color: #6b7280;
  cursor: not-allowed;
}
._formGroup_3zace_1034 small {
  display: block;
  margin-top: 0.25rem;
  color: #ef4444;
  font-size: 0.75rem;
}
._formGroup_3zace_1034 textarea {
  resize: vertical;
  min-height: 100px;
}
._formActions_3zace_874 {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
._cancelButton_3zace_879,
._submitButton_3zace_880 {
  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_3zace_879 {
  background-color: #f3f4f6;
  color: #374151;
}
._cancelButton_3zace_879:hover:not(:disabled) {
  background-color: #e5e7eb;
  transform: translateY(-1px);
}
._submitButton_3zace_880 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a78bfa);
  color: white;
}
._submitButton_3zace_880:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._submitButton_3zace_880:disabled,
._cancelButton_3zace_879:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
@media (max-width: 768px) {
  ._navLinks_3zace_642 {
    padding: 0.5rem 0;
  }
  ._requestBrandButton_3zace_844 {
    width: 100%;
    margin: 1rem 0;
    height: 48px;
  }
  ._navContent_3zace_135._showMobile_3zace_153 ._requestBrandButton_3zace_844 {
    animation: _slideInFromRight_3zace_1 0.4s ease 0.25s both;
  }
  ._authButtons_3zace_320 {
    gap: 0.25rem;
    margin-top: 0;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start;
    padding: 0;
  }
  ._loginButton_3zace_327:hover,
  ._signupButton_3zace_327:hover,
  ._profileButton_3zace_327:hover {
    background: #f8f9fb;
    border-color: #6B45C1;
  }
  ._signOutButton_3zace_327:hover {
    background: #734ADF;
  }
  ._loginButton_3zace_327:active,
  ._signupButton_3zace_327:active,
  ._signOutButton_3zace_327:active,
  ._profileButton_3zace_327:active {
    background: #f1f3f4;
  }
  ._loginButton_3zace_327:focus-visible,
  ._signupButton_3zace_327:focus-visible,
  ._signOutButton_3zace_327:focus-visible,
  ._profileButton_3zace_327:focus-visible {
    outline: 3px solid rgba(130, 86, 231, 0.35);
    outline-offset: 2px;
  }
  ._mobileMenuContent_3zace_613::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  ._mobileMenuContent_3zace_613::-webkit-scrollbar-track {
    display: none;
  }
  ._mobileMenuContent_3zace_613::-webkit-scrollbar-thumb {
    display: none;
  }
  @media (prefers-reduced-motion: reduce) {
    ._navContent_3zace_135,
    ._navLinks_3zace_642 a,
    ._mobileMenuToggle_3zace_117 span,
    ._loginButton_3zace_327,
    ._signupButton_3zace_327,
    ._signOutButton_3zace_327,
    ._profileButton_3zace_327 {
      animation: none !important;
      transition: none !important;
    }
  }
  ._signOutButton_3zace_327:active {
    background:
      linear-gradient(
        135deg,
        #5a3a9f,
        #7c3aed);
  }
  ._modal_3zace_859 {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
  }
  ._modalHeader_3zace_866 {
    padding: 1.25rem 1.25rem 0;
  }
  ._modalContent_3zace_870 {
    padding: 1.25rem;
  }
  ._formActions_3zace_874 {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  ._cancelButton_3zace_879,
  ._submitButton_3zace_880 {
    width: 100%;
    height: 48px;
    font-size: 1rem;
  }
}
._notificationContainer_3zace_1232 {
  position: relative;
  display: inline-block;
}
._notificationButton_3zace_802 {
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
._notificationButton_3zace_802:hover {
  background-color: rgba(130, 86, 231, 0.1);
  transform: scale(1.05);
}
._bellIcon_3zace_1257 {
  width: 18px;
  height: 18px;
  color: #6b7280;
  transition: color 0.2s ease;
}
._notificationButton_3zace_802:hover ._bellIcon_3zace_1257 {
  color: #8256e7;
}
._notificationBadge_3zace_1268 {
  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_3zace_1 2s infinite;
  border: 2px solid white;
}
@keyframes _pulse_3zace_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
._notificationsDropdown_3zace_1298 {
  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_3zace_1 0.3s ease;
  margin-top: 0.5rem;
}
@keyframes _slideInNotifications_3zace_1 {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._notificationsHeader_3zace_1325 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
._notificationsHeader_3zace_1325 h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}
._markAllRead_3zace_1341 {
  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_3zace_1341:hover {
  background-color: rgba(130, 86, 231, 0.1);
}
._notificationsList_3zace_1356 {
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
._notificationLoading_3zace_1362 {
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}
._noNotifications_3zace_1368 {
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}
._noNotifications_3zace_1368 p {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}
._noNotifications_3zace_1368 span {
  font-size: 0.875rem;
  opacity: 0.8;
}
._notificationItem_3zace_1384 {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
._notificationItem_3zace_1384:last-child {
  border-bottom: none;
}
._notificationItem_3zace_1384:hover {
  background-color: #f9fafb;
}
._notificationItem_3zace_1384._unread_3zace_1399 {
  background-color: rgba(130, 86, 231, 0.05);
}
._notificationContent_3zace_1403 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
._notificationHeader_3zace_1409 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
._notificationType_3zace_1416 {
  font-size: 0.75rem;
  color: #8256e7;
  font-weight: 500;
  text-transform: uppercase;
}
._notificationHeader_3zace_1409 h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  flex: 1;
}
._unreadDot_3zace_1431 {
  width: 8px;
  height: 8px;
  background: #8256e7;
  border-radius: 50%;
  flex-shrink: 0;
}
._notificationItem_3zace_1384 p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}
._notificationAction_3zace_1446 {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #8256e7;
  font-weight: 500;
  text-decoration: none;
}
._authSection_3zace_1454 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  ._notificationsDropdown_3zace_1298 {
    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_3zace_1356 {
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
  }
  ._notificationItem_3zace_1384 {
    padding: 1.25rem;
    min-height: 60px;
  }
  ._notificationsHeader_3zace_1325 {
    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_1vzmy_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background: #ffffff;
}
._header_1vzmy_9 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6B45C1 50%,
      #5A3A9F 100%);
  padding: 4rem 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
._header_1vzmy_9::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_1vzmy_29 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
._header_1vzmy_9 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_1vzmy_9 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_1vzmy_56 {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
}
._filterContainer_1vzmy_63 {
  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_1vzmy_73 {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  position: relative;
  overflow: visible;
  z-index: 10;
}
._searchBar_1vzmy_73 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_1vzmy_73 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_1vzmy_104 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
._filterToggle_1vzmy_104 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_1vzmy_104 button:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f0e7ff;
}
._filterToggle_1vzmy_104 svg {
  width: 16px;
  height: 16px;
}
._activeFiltersCount_1vzmy_137 {
  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_1vzmy_149 {
  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_1vzmy_1 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes _filtersPanelSlideIn_1vzmy_1 {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._filtersHeader_1vzmy_177 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
._filtersTitle_1vzmy_185 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._clearAllButton_1vzmy_192 {
  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_1vzmy_192:hover {
  background-color: #fee2e2;
  border-color: #fecaca;
  color: #dc2626;
}
._filtersGrid_1vzmy_213 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
._filterSection_1vzmy_219 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._filterSection_1vzmy_219 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._filterCount_1vzmy_235 {
  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_1vzmy_247 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}
._filterButton_1vzmy_254 {
  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_1vzmy_254::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_1vzmy_254:hover::before {
  left: 0;
}
._filterButton_1vzmy_254:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
._filterButton_1vzmy_254._active_1vzmy_137 {
  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_1vzmy_254._active_1vzmy_137::before {
  display: none;
}
._sortControls_1vzmy_310 {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}
._sortControls_1vzmy_310 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1f2937;
}
._sortOptions_1vzmy_323 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._sortOptions_1vzmy_323 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_1vzmy_323 select:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.15);
}
._sortOrderButton_1vzmy_349 {
  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_1vzmy_349:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f7f3ff;
  transform: translateY(-1px);
}
._resultsInfo_1vzmy_372 {
  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_1vzmy_372 p {
  flex: 1;
  margin: 0;
}
._brandsGrid_1vzmy_388 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.75rem;
  padding: 1.75rem 0;
  max-width: 100%;
  margin: 0;
}
._brandCard_1vzmy_397 {
  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_1vzmy_1 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  padding: 0.75rem;
  text-align: center;
}
._brandCard_1vzmy_397:nth-child(1) {
  animation-delay: 0.1s;
}
._brandCard_1vzmy_397:nth-child(2) {
  animation-delay: 0.15s;
}
._brandCard_1vzmy_397:nth-child(3) {
  animation-delay: 0.2s;
}
._brandCard_1vzmy_397:nth-child(4) {
  animation-delay: 0.25s;
}
._brandCard_1vzmy_397:nth-child(5) {
  animation-delay: 0.3s;
}
._brandCard_1vzmy_397:nth-child(6) {
  animation-delay: 0.35s;
}
._brandCard_1vzmy_397:nth-child(7) {
  animation-delay: 0.4s;
}
._brandCard_1vzmy_397:nth-child(8) {
  animation-delay: 0.45s;
}
._brandCard_1vzmy_397:nth-child(9) {
  animation-delay: 0.5s;
}
@keyframes _cardFadeIn_1vzmy_1 {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._brandCard_1vzmy_397:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
._clickableCard_1vzmy_439 {
  cursor: pointer;
}
._clickableCard_1vzmy_439: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_1vzmy_449 {
  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_1vzmy_449 > 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_1vzmy_449 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
._brandInfo_1vzmy_484 {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  text-align: center;
}
._brandInfo_1vzmy_484 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1f2937;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
._brandMeta_1vzmy_502 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  align-items: center;
  justify-content: center;
}
._category_1vzmy_511 {
  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_1vzmy_521 {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #f9fafb;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
._contactType_1vzmy_530 {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
._contactType_1vzmy_530._agency_1vzmy_539 {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
._contactType_1vzmy_530._direct_1vzmy_545 {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
._description_1vzmy_552 {
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}
._tags_1vzmy_559 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: center;
}
._tag_1vzmy_559 {
  padding: 0.25rem 0.75rem;
  background-color: #f0e7ff;
  color: #8256e7;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
._brandActions_1vzmy_576 {
  display: flex;
  gap: 0.125rem;
  margin-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
._websiteLink_1vzmy_586,
._contactsLink_1vzmy_586,
._detailsLink_1vzmy_586 {
  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_1vzmy_586 {
  background-color: #8256e7;
  color: white;
}
._websiteLink_1vzmy_586:hover {
  background-color: #6b45c1;
}
._websiteLink_1vzmy_586._disabled_1vzmy_614 {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}
._websiteLink_1vzmy_586._disabled_1vzmy_614:hover {
  background-color: #f5f5f5;
  transform: none;
}
._contactsLink_1vzmy_586 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsLink_1vzmy_586:hover {
  background-color: #e6e6e6;
}
._detailsLink_1vzmy_586 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsLink_1vzmy_586:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1200px) {
  ._brandActions_1vzmy_576 {
    flex-direction: column;
    gap: 0.25rem;
  }
  ._websiteLink_1vzmy_586,
  ._contactsLink_1vzmy_586,
  ._detailsLink_1vzmy_586,
  ._revealContactsBtn_1vzmy_650 {
    padding: 0.375rem 0.375rem;
    font-size: 0.7rem;
    min-height: 1.75rem;
  }
}
._noBrands_1vzmy_657 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  color: #6c757d;
}
._noBrandsSubtext_1vzmy_664 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #8b949e;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
._resetButton_1vzmy_673 {
  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_1vzmy_673: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_1vzmy_9 h1 {
    font-size: 2rem;
  }
  ._header_1vzmy_9 p {
    font-size: 1rem;
  }
  ._contentContainer_1vzmy_56 {
    padding: 0;
  }
  ._brandsGrid_1vzmy_388 {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
  }
  ._brandCard_1vzmy_397 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  ._brandCardContent_1vzmy_727 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  ._brandCardImage_1vzmy_733 {
    width: 100%;
    height: auto;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  ._filterContainer_1vzmy_63 {
    padding: 1rem 0;
  }
  ._brandActions_1vzmy_576 {
    gap: 0.125rem;
  }
  ._websiteLink_1vzmy_586,
  ._contactsLink_1vzmy_586,
  ._detailsLink_1vzmy_586,
  ._revealContactsBtn_1vzmy_650 {
    padding: 0.25rem 0.25rem;
    font-size: 0.6rem;
    min-height: 1.5rem;
  }
  ._advancedFilters_1vzmy_149 {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  ._filtersHeader_1vzmy_177 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._filtersTitle_1vzmy_185 {
    font-size: 1.125rem;
    text-align: center;
  }
  ._clearAllButton_1vzmy_192 {
    align-self: center;
  }
  ._filtersGrid_1vzmy_213 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._filterOptions_1vzmy_247 {
    gap: 0.5rem;
  }
  ._filterButton_1vzmy_254 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    min-height: 2.25rem;
  }
  ._sortOptions_1vzmy_323 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  ._sortOptions_1vzmy_323 select {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 480px) {
  ._advancedFilters_1vzmy_149 {
    padding: 1rem;
    gap: 1.25rem;
  }
  ._filtersTitle_1vzmy_185 {
    font-size: 1rem;
  }
  ._clearAllButton_1vzmy_192 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  ._filterSection_1vzmy_219 h3 {
    font-size: 0.9rem;
  }
  ._filterButton_1vzmy_254 {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    min-height: 2rem;
  }
  ._sortOrderButton_1vzmy_349 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}
._brandLogo_1vzmy_833 {
  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_1vzmy_847 {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  animation: _pulse_1vzmy_1 1.5s ease-in-out infinite alternate;
}
._skeletonImage_1vzmy_856 {
  width: 80px;
  height: 80px;
  background: var(--border);
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonContent_1vzmy_864 {
  padding: 0;
  text-align: center;
}
._skeletonTitle_1vzmy_869 {
  width: 80%;
  height: 1.25rem;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.5rem;
}
._skeletonText_1vzmy_877 {
  width: 100%;
  height: 1rem;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.25rem;
}
._skeletonText_1vzmy_877:last-child {
  width: 60%;
  margin: 0 auto;
}
._emptyState_1vzmy_890 {
  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_1vzmy_890 svg {
  opacity: 0.3;
}
._emptyState_1vzmy_890 h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
._emptyState_1vzmy_890 p {
  margin: 0;
  font-size: 1.1rem;
}
@keyframes _pulse_1vzmy_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._amazonCard_1vzmy_925 {
  background: #232E3E !important;
  color: #ffffff !important;
}
._amazonCard_1vzmy_925 h3 {
  color: #ffffff !important;
}
._amazonCard_1vzmy_925 p {
  color: rgba(255, 255, 255, 0.8) !important;
}
._amazonCard_1vzmy_925 ._text-gray-600_1vzmy_938 {
  color: rgba(255, 255, 255, 0.7) !important;
}
._amazonCard_1vzmy_925:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-4px) !important;
}
._amazonCard_1vzmy_925 button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
._amazonCard_1vzmy_925 ._bg-gray-100_1vzmy_951 {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
._pagination_1vzmy_957 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e9ecef;
}
._paginationInfo_1vzmy_967 {
  font-size: 0.9rem;
  color: #6c757d;
  text-align: center;
}
._paginationControls_1vzmy_973 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
._paginationButton_1vzmy_981 {
  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_1vzmy_981:hover:not(._disabled_1vzmy_614) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._paginationButton_1vzmy_981._disabled_1vzmy_614 {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f8f9fa;
  color: #6c757d;
}
._paginationButton_1vzmy_981._disabled_1vzmy_614:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
._pageNumbers_1vzmy_1019 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._pageButton_1vzmy_1025 {
  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_1vzmy_1025:hover:not(._disabled_1vzmy_614) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._pageButton_1vzmy_1025._active_1vzmy_137 {
  background-color: #8256e7;
  border-color: #8256e7;
  color: white;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.3);
}
._pageButton_1vzmy_1025._active_1vzmy_137:hover {
  background-color: #7c4fd8;
  border-color: #7c4fd8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.4);
}
._pageButton_1vzmy_1025._ellipsis_1vzmy_1063 {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  min-width: auto;
  padding: 0 0.5rem;
}
._pageButton_1vzmy_1025._ellipsis_1vzmy_1063:hover {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}
._pageButton_1vzmy_1025._disabled_1vzmy_614 {
  opacity: 0.5;
  cursor: not-allowed;
}
._pageButton_1vzmy_1025._disabled_1vzmy_614:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
@media (max-width: 768px) {
  ._paginationControls_1vzmy_973 {
    flex-direction: column;
    gap: 1rem;
  }
  ._pageNumbers_1vzmy_1019 {
    order: 2;
  }
  ._paginationButton_1vzmy_981 {
    order: 1;
  }
  ._pageButton_1vzmy_1025 {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8rem;
  }
}
._filterDropdown_1vzmy_1115 {
  margin-top: 0.5rem;
}
._customFilterDropdown_1vzmy_1119 {
  margin-top: 0.5rem;
}
._customSortDropdown_1vzmy_1123 {
  flex: 1;
  margin-right: 0.5rem;
}
._filterSelect_1vzmy_1128 {
  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_1vzmy_1128:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._filterSelect_1vzmy_1128:hover {
  border-color: #8256e7;
}
._multiSelectContainer_1vzmy_1162 {
  position: relative;
  width: 100%;
}
._multiSelectDisplay_1vzmy_1167 {
  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_1vzmy_1167:hover {
  border-color: #8256e7;
}
._multiSelectContainer_1vzmy_1162:focus-within ._multiSelectDisplay_1vzmy_1167 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._placeholder_1vzmy_1192 {
  color: #6b7280;
  font-style: italic;
}
._selectedCount_1vzmy_1197 {
  color: #8256e7;
  font-weight: 600;
}
._multiSelectOptions_1vzmy_1202 {
  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_1vzmy_1162:hover ._multiSelectOptions_1vzmy_1202,
._multiSelectContainer_1vzmy_1162:focus-within ._multiSelectOptions_1vzmy_1202 {
  display: block;
}
._multiSelectOption_1vzmy_1202 {
  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_1vzmy_1202:hover {
  background-color: #f8f9fa;
}
._multiSelectOption_1vzmy_1202 input[type=checkbox] {
  display: none;
}
._checkbox_1vzmy_1242 {
  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_1vzmy_1202 input[type=checkbox]:checked + ._checkbox_1vzmy_1242 {
  background-color: #8256e7;
  border-color: #8256e7;
}
._multiSelectOption_1vzmy_1202 input[type=checkbox]:checked + ._checkbox_1vzmy_1242::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 0.125rem;
}
._multiSelectOption_1vzmy_1202 input[type=checkbox]:checked + ._checkbox_1vzmy_1242 + span {
  color: #8256e7;
  font-weight: 500;
}
@media (max-width: 768px) {
  ._filterSelect_1vzmy_1128,
  ._multiSelectDisplay_1vzmy_1167 {
    font-size: 0.8rem;
    padding: 0.625rem 0.875rem;
  }
  ._multiSelectOptions_1vzmy_1202 {
    max-height: 150px;
  }
  ._multiSelectOption_1vzmy_1202 {
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
  }
}
._searchSection_1vzmy_1293 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6b45c1 100%);
  padding: 3rem 2rem;
  text-align: center;
  color: white;
}
._searchContainer_1vzmy_1300 {
  max-width: 800px;
  margin: 0 auto;
}
._searchContainer_1vzmy_1300 h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}
._searchContainer_1vzmy_1300 p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  color: white;
}
._heroSearchBar_1vzmy_1320 {
  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_1vzmy_1320:focus-within {
  box-shadow: 0 8px 24px rgba(130, 86, 231, 0.15);
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #8256e7;
}
._heroSearchInput_1vzmy_1339 {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  font-size: 1.1rem;
  background: #f8fafc;
  color: #333;
}
._heroSearchInput_1vzmy_1339::-moz-placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchInput_1vzmy_1339::placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchButton_1vzmy_1354 {
  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_1vzmy_1354:hover {
  background: #6b45c1;
  transform: scale(1.05);
}
._heroSearchButton_1vzmy_1354:active {
  transform: scale(0.95);
}
._aiChatButtonContainer_1vzmy_1376 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._actionButtonsContainer_1vzmy_1383 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 900;
  pointer-events: auto;
  transform: translateZ(0);
}
body.mobile-menu-open ._actionButtonsContainer_1vzmy_1383,
body.mobile-menu-open ._aiChatButtonContainer_1vzmy_1376,
body.mobile-menu-open ._requestBrandButtonContainer_1vzmy_1399,
body.mobile-menu-open ._holidayButtonContainer_1vzmy_1400,
body.mobile-menu-open ._aiChatButton_1vzmy_1376,
body.mobile-menu-open ._requestBrandButton_1vzmy_1399,
body.mobile-menu-open ._holidayButton_1vzmy_1400 {
  pointer-events: none !important;
  filter: blur(2px) brightness(0.95);
}
._aiChatButtonContainer_1vzmy_1376 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 900;
  pointer-events: auto;
  transform: translateZ(0);
}
._requestBrandButtonContainer_1vzmy_1399 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 900;
  pointer-events: auto;
  transform: translateZ(0);
}
._aiChatButton_1vzmy_1376,
._requestBrandButton_1vzmy_1399,
._holidayButton_1vzmy_1400 {
  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;
  position: relative;
  z-index: 800;
  pointer-events: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
._aiChatButton_1vzmy_1376:hover,
._requestBrandButton_1vzmy_1399:hover,
._holidayButton_1vzmy_1400:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
._holidayButtonContainer_1vzmy_1400 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._holidayModeBanner_1vzmy_1483 {
  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_1vzmy_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModeContent_1vzmy_1493 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._holidayModeIcon_1vzmy_1499 {
  color: white;
  flex-shrink: 0;
}
._holidayModeText_1vzmy_1504 {
  flex: 1;
}
._holidayModeText_1vzmy_1504 h3 {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
._holidayModeText_1vzmy_1504 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  margin: 0;
}
._exitHolidayMode_1vzmy_1521 {
  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_1vzmy_1521:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
@keyframes _slideDown_1vzmy_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._holidayLocationInline_1vzmy_1551 {
  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_1vzmy_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayLocationInlineContent_1vzmy_1569 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  overflow: hidden;
}
._holidayLocationHeader_1vzmy_1579 {
  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_1vzmy_1589 {
  color: white;
  flex-shrink: 0;
}
._holidayLocationTitle_1vzmy_1594 {
  flex: 1;
}
._holidayLocationTitle_1vzmy_1594 h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
._holidayLocationTitle_1vzmy_1594 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
}
._closeHolidayLocation_1vzmy_1611 {
  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_1vzmy_1611:hover {
  background: rgba(255, 255, 255, 0.3);
}
._holidayLocationGrid_1vzmy_1632 {
  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_1vzmy_1644 {
  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_1vzmy_1644:hover {
  background: #f3f0ff;
  border-color: #8256E7;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.15);
}
._holidayLocationFlag_1vzmy_1665 {
  font-size: 1.5rem;
  line-height: 1;
}
._holidayLocationName_1vzmy_1670 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
@keyframes _fadeIn_1vzmy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _slideUp_1vzmy_1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._aiChatModal_1vzmy_1697 {
  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_1vzmy_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._aiChatModalAnchored_1vzmy_1715 {
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0;
}
._holidayModal_1vzmy_1723 {
  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_1vzmy_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModalContent_1vzmy_1741 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 1200px;
  max-height: 80vh;
  overflow: hidden;
}
._requestBrandModal_1vzmy_1752 {
  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_1vzmy_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _fadeIn_1vzmy_1 {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(20px);
    transform: scale(1);
  }
}
._aiChatModalContent_1vzmy_1783 {
  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_1vzmy_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  position: relative;
}
._aiChatModalContentAnchored_1vzmy_1800 {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
@keyframes _slideUp_1vzmy_1 {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._requestBrandModalContent_1vzmy_1817 {
  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_1vzmy_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  position: relative;
}
._requestBrandModalContentAnchored_1vzmy_1834 {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
@media (min-width: 768px) {
  ._aiChatModal_1vzmy_1697,
  ._requestBrandModal_1vzmy_1752 {
    align-items: flex-start !important;
    padding: 2rem;
    padding-top: 6rem !important;
  }
  ._aiChatModalContent_1vzmy_1783,
  ._requestBrandModalContent_1vzmy_1817 {
    margin: 0;
  }
}
._aiChatHeader_1vzmy_1854 {
  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_1vzmy_1866 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #1a1a1a;
}
._aiIconContainer_1vzmy_1873 {
  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_1vzmy_1885 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._aiTitle_1vzmy_1885 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}
._aiSubtitle_1vzmy_1899 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.2;
  margin: 0;
}
._statusIndicator_1vzmy_1907 {
  width: 12px;
  height: 12px;
  background-color: #8256E7;
  border-radius: 50%;
  animation: _pulse_1vzmy_1 2s infinite;
}
._aiChatControls_1vzmy_1915 {
  display: flex;
  gap: 0.5rem;
}
._clearChatBtn_1vzmy_1920,
._closeChatBtn_1vzmy_1921 {
  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_1vzmy_1920 {
  background-color: #f3f4f6;
  color: #666;
}
._closeChatBtn_1vzmy_1921 {
  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_1vzmy_1920:hover {
  background-color: #e5e7eb;
}
._closeChatBtn_1vzmy_1921:hover {
  background-color: #f3f4f6;
  color: #374151;
}
._aiMessagesContainer_1vzmy_1959 {
  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_1vzmy_1959 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
._aiMessage_1vzmy_1959 {
  display: flex;
  gap: 0.75rem;
  max-width: 85%;
}
._aiMessage_1vzmy_1959._user_1vzmy_1982 {
  align-self: flex-end;
  flex-direction: row-reverse;
}
._aiAvatar_1vzmy_1987,
._userAvatar_1vzmy_1988 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._aiAvatar_1vzmy_1987 {
  background-color: #8256e7;
  color: white;
}
._userAvatar_1vzmy_1988 {
  background-color: #f3f4f6;
  color: #666;
}
._messageWrapper_1vzmy_2008 {
  flex: 1;
  min-width: 0;
}
._messageContent_1vzmy_2013 {
  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_1vzmy_1959._user_1vzmy_1982 ._messageContent_1vzmy_2013 {
  background-color: #8256e7;
  color: white;
}
._messageContext_1vzmy_2028 {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(130, 86, 231, 0.05);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
._contactLimit_1vzmy_2036 {
  color: #8256e7;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
._brandCount_1vzmy_2042 {
  color: #6c757d;
  font-size: 0.8rem;
}
._navigationSuggestions_1vzmy_2047 {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
._suggestionsHeader_1vzmy_2055 {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
._suggestionsList_1vzmy_2062 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._suggestionItem_1vzmy_2068 {
  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_1vzmy_2068:hover {
  border-color: #8256e7;
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.15);
  transform: translateY(-1px);
}
._suggestionContent_1vzmy_2087 {
  flex: 1;
}
._suggestionTitle_1vzmy_2091 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
}
._suggestionDetails_1vzmy_2097 {
  font-size: 0.8rem;
  color: #6c757d;
}
._suggestionArrow_1vzmy_2102 {
  color: #8256e7;
  font-weight: bold;
  font-size: 1.2rem;
}
._messageTime_1vzmy_2108 {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.25rem;
  text-align: right;
}
._typingIndicator_1vzmy_2115 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}
._typingDot_1vzmy_2122 {
  width: 6px;
  height: 6px;
  background-color: #8256e7;
  border-radius: 50%;
  animation: _typing_1vzmy_2115 1.4s infinite ease-in-out;
}
._typingDot_1vzmy_2122:nth-child(2) {
  animation-delay: 0.2s;
}
._typingDot_1vzmy_2122:nth-child(3) {
  animation-delay: 0.4s;
}
._aiInputForm_1vzmy_2138 {
  padding: 1.5rem;
  border-top: 1px solid #e5e5e5;
  flex-shrink: 0;
  background-color: #fafafa;
}
._inputWrapper_1vzmy_2145 {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}
._aiInput_1vzmy_2138 {
  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_1vzmy_2138:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
  background-color: #fafafa;
}
._aiSubmitButton_1vzmy_2169 {
  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_1vzmy_2169._active_1vzmy_137 {
  background-color: #8256e7;
  color: white;
}
._aiSubmitButton_1vzmy_2169:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._quickPromptsSection_1vzmy_2194 {
  margin: 0;
  padding: 1.5rem;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
._quickPromptsTitle_1vzmy_2201 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 1.5rem;
  text-align: left;
  letter-spacing: -0.025em;
  position: relative;
}
._quickPromptsTitle_1vzmy_2201::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 30px;
  height: 2px;
  background: #9ca3af;
  border-radius: 1px;
}
._quickPrompts_1vzmy_2194 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
._quickPrompt_1vzmy_2194 {
  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_1vzmy_2250 {
  flex: 1;
  line-height: 1.3;
}
._quickPrompt_1vzmy_2194:hover:not(:disabled) {
  background-color: #e5e7eb;
  border-color: #d1d5db;
  transform: none;
  box-shadow: none;
  color: #374151;
}
._categoriesSection_1vzmy_2264 {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_1vzmy_2264 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_1vzmy_2277 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._categoryCard_1vzmy_2285 {
  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_1vzmy_2285:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_1vzmy_2301 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_1vzmy_2285 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_1vzmy_2285 p {
  color: #666;
  font-size: 0.9rem;
}
._viewAllCategoriesSection_1vzmy_2319 {
  margin-top: 2rem;
}
._viewAllCategoriesButton_1vzmy_2323 {
  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_1vzmy_2323:hover {
  background-color: #6b45c1;
}
._featuredSection_1vzmy_2339 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: white;
}
._featuredSection_1vzmy_2339 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_1vzmy_2352 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}
._featuredBrandsGrid_1vzmy_2361 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto 2rem;
}
._featuredBrandCard_1vzmy_2369 {
  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_1vzmy_2369:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_1vzmy_449 {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
}
._featuredBadge_1vzmy_2397,
._trendingBadge_1vzmy_2398 {
  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_1vzmy_2397 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_1vzmy_2398 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_1vzmy_484 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_1vzmy_484 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_1vzmy_502 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_1vzmy_511 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_1vzmy_521,
._year_1vzmy_2451 {
  color: #6c757d;
  font-size: 0.9rem;
}
._description_1vzmy_552 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
}
._budget_1vzmy_2464 {
  margin-bottom: 1rem;
}
._budget_1vzmy_2464 span {
  font-weight: 600;
  color: #333;
}
._brandActions_1vzmy_576 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
._revealContactsBtn_1vzmy_650 {
  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_1vzmy_650: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_1vzmy_650:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (min-width: 1024px) {
  ._brandActions_1vzmy_576 {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  ._revealContactsBtn_1vzmy_650 {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    min-height: 2rem;
    order: 1;
  }
  ._websiteLink_1vzmy_586,
  ._contactsLink_1vzmy_586,
  ._detailsLink_1vzmy_586 {
    flex: 0 0 auto;
    min-width: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    min-height: 2rem;
  }
}
._websiteLink_1vzmy_586,
._contactButton_1vzmy_2542,
._detailsLink_1vzmy_586 {
  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_1vzmy_586 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._contactButton_1vzmy_2542 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
  cursor: pointer;
}
._detailsLink_1vzmy_586 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._websiteLink_1vzmy_586:hover,
._detailsLink_1vzmy_586:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}
._contactButton_1vzmy_2542:hover {
  background-color: #6b45c1;
  border-color: #6b45c1;
  transform: translateY(-1px);
}
._viewAllBrandsSection_1vzmy_2588 {
  margin-top: 2rem;
}
._viewAllBrandsButton_1vzmy_2592 {
  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_1vzmy_2592:hover {
  background-color: #6b45c1;
}
._categoryCardSkeleton_1vzmy_2608,
._brandCardSkeleton_1vzmy_847 {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  animation: _pulse_1vzmy_1 1.5s ease-in-out infinite alternate;
}
._skeletonIcon_1vzmy_2616 {
  width: 48px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonTitle_1vzmy_869 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto 0.5rem;
}
._skeletonCount_1vzmy_2632 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto;
}
._skeletonImage_1vzmy_856 {
  width: 100%;
  height: 150px;
  background-color: #e9ecef;
  border-radius: 0.75rem 0.75rem 0 0;
}
._skeletonBrandInfo_1vzmy_2647 {
  padding: 1.5rem;
}
._skeletonBrandName_1vzmy_2651 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
._skeletonBrandMeta_1vzmy_2659 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
._skeletonDescription_1vzmy_2667 {
  width: 100%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
._emptyState_1vzmy_890 {
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_1vzmy_890 p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@keyframes _spin_1vzmy_3355 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _pulse_1vzmy_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes _typing_1vzmy_2115 {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}
._browseSection_1vzmy_2707 {
  background-color: #f8f9fa;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  ._searchContainer_1vzmy_1300 h1 {
    font-size: 2rem;
  }
  ._searchContainer_1vzmy_1300 p {
    font-size: 1rem;
  }
  ._aiChatButton_1vzmy_1376 {
    width: 100%;
    justify-content: center;
  }
  ._actionButtonsContainer_1vzmy_1383 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._requestBrandButtonContainer_1vzmy_1399,
  ._aiChatButtonContainer_1vzmy_1376 {
    width: 100%;
  }
  ._requestBrandButton_1vzmy_1399,
  ._aiChatButton_1vzmy_1376 {
    width: 100%;
    justify-content: center;
  }
  ._categoriesSection_1vzmy_2264 h2,
  ._featuredSection_1vzmy_2339 h2 {
    font-size: 2rem;
  }
  ._categoriesGrid_1vzmy_2277 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._featuredBrandsGrid_1vzmy_2361 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._aiChatModal_1vzmy_1697,
  ._requestBrandModal_1vzmy_1752 {
    padding: 1rem !important;
    align-items: flex-start !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  ._requestBrandModalAnchored_1vzmy_2768 {
    align-items: flex-start !important;
    padding: 0.5rem !important;
    padding-top: 1rem !important;
  }
  ._aiChatModalContent_1vzmy_1783,
  ._requestBrandModalContent_1vzmy_1817 {
    height: auto !important;
    max-height: 90vh !important;
    width: 100% !important;
    max-width: 95vw !important;
    border-radius: 1rem !important;
    margin: 0 !important;
  }
  ._quickPrompts_1vzmy_2194 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  ._quickPrompt_1vzmy_2194 {
    min-height: 50px;
    padding: 0.625rem 0.875rem;
  }
  ._aiMessage_1vzmy_1959 {
    max-width: 95% !important;
    gap: 0.5rem !important;
  }
  ._aiMessagesContainer_1vzmy_1959 {
    min-height: 200px !important;
    max-height: 50vh !important;
    padding: 1rem !important;
  }
  ._aiInput_1vzmy_2138 {
    font-size: 16px !important;
    padding: 0.75rem !important;
  }
  ._aiSubmitButton_1vzmy_2169 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
  }
  ._quickPrompts_1vzmy_2194 {
    gap: 0.5rem !important;
    grid-template-columns: 1fr !important;
  }
  ._quickPrompt_1vzmy_2194 {
    min-height: 44px !important;
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
  }
  ._messageContent_1vzmy_2013 {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  ._aiAvatar_1vzmy_1987,
  ._userAvatar_1vzmy_1988 {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }
  ._closeChatBtn_1vzmy_1921 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
  }
}
._categoryOverviewSection_1vzmy_2848 {
  margin-bottom: 2rem;
  padding: 1rem 0;
}
._categorySectionHeader_1vzmy_2853 {
  text-align: center;
  margin-bottom: 2rem;
}
._categorySectionHeader_1vzmy_2853 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
._categorySectionHeader_1vzmy_2853 p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
._categoryGrid_1vzmy_2873 {
  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_1vzmy_2873::-webkit-scrollbar {
  height: 6px;
}
._categoryGrid_1vzmy_2873::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
._categoryGrid_1vzmy_2873::-webkit-scrollbar-thumb {
  background: #8256E7;
  border-radius: 3px;
}
._categoryGrid_1vzmy_2873::-webkit-scrollbar-thumb:hover {
  background: #6B45C1;
}
._categoryCard_1vzmy_2285 {
  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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}
._categoryCard_1vzmy_2285:hover {
  border-color: var(--category-color, #8256E7);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
._categoryCard_1vzmy_2285::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_1vzmy_2285:hover::before {
  transform: scaleX(1);
}
._categoryIcon_1vzmy_2301 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--category-color, #8256E7);
}
._categoryCard_1vzmy_2285 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  line-height: 1.2;
}
._categoryCard_1vzmy_2285 p {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  opacity: 0.9;
}
._brandCount_1vzmy_2042 {
  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;
}
@media (max-width: 768px) {
  ._categoryCard_1vzmy_2285 {
    min-width: 180px;
    max-width: 180px;
    width: 180px;
    padding: 1rem;
  }
  ._categoryCard_1vzmy_2285 h3 {
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  ._categoryCard_1vzmy_2285 p {
    font-size: 0.75rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
    text-align: center;
    opacity: 0.9;
  }
  ._categoryGrid_1vzmy_2873 {
    gap: 0.75rem;
    padding: 0.25rem 0;
  }
}
@media (max-width: 480px) {
  ._categoryCard_1vzmy_2285 {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
    padding: 0.75rem;
  }
  ._categoryCard_1vzmy_2285 h3 {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  ._categoryCard_1vzmy_2285 p {
    font-size: 0.7rem;
    text-align: center;
    opacity: 0.9;
  }
}
._categoryNavigation_1vzmy_3056 {
  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_1vzmy_3068 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._backToCategories_1vzmy_3074 {
  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_1vzmy_3074:hover {
  background: #6B45C1;
  transform: translateY(-1px);
}
._categoryDivider_1vzmy_3091 {
  color: #999;
  font-size: 1.2rem;
}
._currentCategory_1vzmy_3096 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
}
._categoryStats_1vzmy_3102 {
  display: flex;
  align-items: center;
}
._brandCount_1vzmy_2042 {
  background: #e8f2ff;
  color: #8256E7;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
._categoryCardSkeleton_1vzmy_2608 {
  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_1vzmy_2616 {
  width: 24px;
  height: 24px;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  animation: _skeleton-loading_1vzmy_1 1.5s ease-in-out infinite;
}
._skeletonTitle_1vzmy_869 {
  width: 80%;
  height: 16px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 0.25rem;
  animation: _skeleton-loading_1vzmy_1 1.5s ease-in-out infinite;
}
._skeletonDescription_1vzmy_2667 {
  width: 95%;
  height: 12px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 0.75rem;
  animation: _skeleton-loading_1vzmy_1 1.5s ease-in-out infinite;
}
._skeletonCount_1vzmy_2632 {
  width: 50%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 12px;
  margin: 0 auto;
  animation: _skeleton-loading_1vzmy_1 1.5s ease-in-out infinite;
}
@keyframes _skeleton-loading_1vzmy_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
._emptyState_1vzmy_890 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_1vzmy_890 p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  ._categoryGrid_1vzmy_2873 {
    gap: 0.75rem;
    padding: 0.25rem 0;
  }
  ._categoryCard_1vzmy_2285 {
    min-width: 160px;
    max-width: 160px;
    padding: 1rem;
  }
  ._categoryCard_1vzmy_2285 h3 {
    font-size: 0.9rem;
  }
  ._categoryCard_1vzmy_2285 p {
    font-size: 0.7rem;
  }
  ._categoryNavigation_1vzmy_3056 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  ._categoryBreadcrumb_1vzmy_3068 {
    flex-wrap: wrap;
  }
}
._contactModal_1vzmy_3224 {
  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: 10002;
  padding: 1rem;
}
._contactModalContent_1vzmy_3238 {
  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_1vzmy_1 0.3s ease;
}
@media (max-width: 768px) {
  ._contactModalContent_1vzmy_3238 {
    max-width: 95vw;
    width: 100%;
    max-height: 80vh;
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  ._contactModalContent_1vzmy_3238 {
    max-height: 75vh;
    border-radius: 0.5rem;
  }
}
@keyframes _modalSlideIn_1vzmy_1 {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes _modalSlideInAnchored_1vzmy_1 {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._contactModalHeader_1vzmy_3289 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}
._contactModalHeader_1vzmy_3289 h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
._locationIndicator_1vzmy_3305 {
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
._locationIndicator_1vzmy_3305 strong {
  color: #8256e7;
  font-weight: 600;
}
._locationSuggestion_1vzmy_3317 {
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-style: italic;
}
._closeModalBtn_1vzmy_3324 {
  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_1vzmy_3324:hover {
  background: #e5e7eb;
  color: #374151;
}
._contactModalBody_1vzmy_3340 {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}
._loadingContacts_1vzmy_3346 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}
._spinner_1vzmy_3355 {
  width: 2rem;
  height: 2rem;
  border: 3px solid #e5e7eb;
  border-top: 3px solid #8256e7;
  border-radius: 50%;
  animation: _spin_1vzmy_3355 1s linear infinite;
}
@keyframes _spin_1vzmy_3355 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._contactsList_1vzmy_3369 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._contactItem_1vzmy_3375 {
  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_1vzmy_3375:hover {
  border-color: #8256e7;
  background: #f8fafc;
}
._contactInfo_1vzmy_3391 h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}
._contactRole_1vzmy_3398 {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
._contactEmail_1vzmy_3405,
._contactPhone_1vzmy_3405 {
  margin: 0;
  font-size: 0.8rem;
  color: #9ca3af;
}
._lockedEmail_1vzmy_3411 {
  margin: 0;
  font-size: 0.8rem;
  color: #ef4444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._contactActions_1vzmy_3421 {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
._unlockBtn_1vzmy_3427 {
  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_1vzmy_3427:hover {
  background: #6b45c1;
  transform: translateY(-1px);
}
._saveBtn_1vzmy_3444 {
  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_1vzmy_3444:hover {
  background: #059669;
  transform: translateY(-1px);
}
._noContacts_1vzmy_3461 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
._viewAllBtn_1vzmy_3467 {
  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_1vzmy_3467:hover {
  background: #6b45c1;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  ._contactModal_1vzmy_3224 {
    padding: 0.5rem;
  }
  ._contactModalContent_1vzmy_3238 {
    max-height: 90vh;
  }
  ._contactItem_1vzmy_3375 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  ._contactActions_1vzmy_3421 {
    width: 100%;
    justify-content: stretch;
  }
  ._unlockBtn_1vzmy_3427,
  ._saveBtn_1vzmy_3444 {
    flex: 1;
  }
}
@media (max-width: 768px) {
  ._aiChatModal_1vzmy_1697 {
    padding: env(safe-area-inset-top) 0.5rem env(safe-area-inset-bottom) 0.5rem !important;
    align-items: center !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  ._aiChatModalContent_1vzmy_1783 {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: 90vh !important;
    border-radius: 1rem !important;
    margin: 0 !important;
    position: relative;
  }
  ._aiChatHeader_1vzmy_1854 {
    padding: 1rem !important;
    border-bottom: 1px solid #e5e5e5;
  }
  ._aiTitle_1vzmy_1885 {
    font-size: 1.1rem !important;
  }
  ._aiSubtitle_1vzmy_1899 {
    font-size: 0.8rem !important;
  }
  ._aiMessagesContainer_1vzmy_1959 {
    min-height: 300px !important;
    max-height: 65vh !important;
    padding: 1rem !important;
  }
  ._aiMessage_1vzmy_1959 {
    max-width: 95% !important;
    gap: 0.5rem !important;
  }
  ._aiInputForm_1vzmy_2138 {
    padding: 1rem !important;
    border-top: 1px solid #e5e5e5;
  }
  ._inputWrapper_1vzmy_2145 {
    gap: 0.5rem !important;
  }
  ._aiInput_1vzmy_2138 {
    padding: 0.75rem !important;
    font-size: 16px !important;
    border-radius: 8px !important;
  }
  ._aiSubmitButton_1vzmy_2169 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
    border-radius: 8px !important;
  }
  ._quickPromptsSection_1vzmy_2194 {
    padding: 1rem !important;
  }
  ._quickPrompts_1vzmy_2194 {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }
  ._quickPrompt_1vzmy_2194 {
    min-height: 44px !important;
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
  }
  ._messageContent_1vzmy_2013 {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  ._aiAvatar_1vzmy_1987,
  ._userAvatar_1vzmy_1988 {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }
  ._closeChatBtn_1vzmy_1921 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
  }
}
@media (max-width: 480px) {
  ._aiChatModal_1vzmy_1697 {
    padding: 0.5rem !important;
  }
  ._aiChatModalContent_1vzmy_1783 {
    max-width: 100vw !important;
    border-radius: 0.75rem !important;
  }
  ._aiChatHeader_1vzmy_1854 {
    padding: 0.75rem !important;
  }
  ._aiMessagesContainer_1vzmy_1959 {
    min-height: 250px !important;
    max-height: 60vh !important;
    padding: 0.75rem !important;
  }
  ._aiInputForm_1vzmy_2138 {
    padding: 0.75rem !important;
  }
  ._aiInput_1vzmy_2138 {
    padding: 0.625rem !important;
    font-size: 16px !important;
  }
  ._aiSubmitButton_1vzmy_2169 {
    min-width: 40px !important;
    height: 40px !important;
    padding: 0.625rem !important;
  }
  ._quickPromptsSection_1vzmy_2194 {
    padding: 0.75rem !important;
  }
  ._quickPrompt_1vzmy_2194 {
    min-height: 40px !important;
    padding: 0.625rem !important;
    font-size: 0.85rem !important;
  }
  ._messageContent_1vzmy_2013 {
    padding: 0.625rem !important;
    font-size: 0.85rem !important;
  }
}
._contactEmailSection_1vzmy_3663,
._contactLinkedInSection_1vzmy_3664 {
  margin: 0.5rem 0;
}
._unlockedEmail_1vzmy_3668 {
  color: #059669;
  font-weight: 500;
}
._contactLinkedIn_1vzmy_3664 {
  color: #8256E7;
  text-decoration: none;
  font-weight: 500;
}
._contactLinkedIn_1vzmy_3664:hover {
  text-decoration: underline;
}
._unlockButton_1vzmy_3683 {
  width: 100%;
  margin-top: 0.5rem;
}
._tableContainer_1vzmy_3689 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none;
  padding: 0 2rem;
}
._sampleBrandsBanner_1vzmy_3698 {
  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_1vzmy_3707 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
}
._sampleBrandsIcon_1vzmy_3714 {
  flex-shrink: 0;
  color: #FFD700;
  animation: _pulse_1vzmy_1 2s infinite;
}
._sampleBrandsText_1vzmy_3720 {
  flex: 1;
}
._sampleBrandsText_1vzmy_3720 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: white;
}
._sampleBrandsText_1vzmy_3720 p {
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.9;
  color: white;
}
._upgradeButton_1vzmy_3738 {
  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_1vzmy_3738: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_1vzmy_1 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  ._sampleBrandsContent_1vzmy_3707 {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  ._sampleBrandsText_1vzmy_3720 {
    order: 2;
  }
  ._upgradeButton_1vzmy_3738 {
    order: 3;
    width: 100%;
  }
  ._sampleBrandsIcon_1vzmy_3714 {
    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;
  }
}
.table-container {
  width: 100%;
  table-layout: fixed;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #E5E7EB;
}
.brand-column {
  width: 25%;
  min-width: 200px;
}
.category-column {
  width: 20%;
  min-width: 150px;
}
.location-column {
  width: 20%;
  min-width: 150px;
}
.actions-column {
  width: 35%;
  min-width: 250px;
}
.table-cell {
  padding: 20px 16px;
  vertical-align: middle;
  height: 80px;
}
.table-header-cell {
  padding: 16px;
  height: 60px;
}
.table-header {
  background: #F8FAFC;
  border-bottom: 2px solid #E5E7EB;
}
.table-header-cell {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.brand-text {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
}
.category-text,
.location-text {
  font-size: 14px;
  color: #6B7280;
}
.table-row {
  border-bottom: 1px solid #E5E7EB;
  transition: background-color 0.15s ease;
}
.table-row:hover {
  background-color: #F9FAFB;
}
.table-row:last-child {
  border-bottom: none;
}
.action-button {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  background: white;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
}
.action-button:hover {
  background: #F9FAFB;
  border-color: #9CA3AF;
}
.action-button.primary {
  background: #8B5CF6;
  color: white;
  border-color: #8B5CF6;
}
.action-button.primary:hover {
  background: #7C3AED;
}
.brand-column {
  min-width: 150px;
  font-weight: 600;
  color: #111827;
}
.category-column {
  min-width: 100px;
}
.location-column {
  min-width: 100px;
  color: #6b7280;
}
.actions-column {
  min-width: 200px;
  text-align: right;
}
.brand-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: white;
  margin-right: 12px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .brands-table-mobile {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    width: 100% !important;
    min-width: 100% !important;
  }
  .brands-cards-mobile {
    display: none;
  }
  .brands-table-mobile table {
    table-layout: fixed;
    width: 100% !important;
    min-width: 800px !important;
    border-collapse: collapse;
    display: table !important;
  }
  .brands-table-mobile table th,
  .brands-table-mobile table td {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }
  .brands-table-mobile th,
  .brands-table-mobile td {
    padding: 20px 16px;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    border: 1px solid #E5E7EB;
    height: auto;
    min-height: 80px;
    word-wrap: break-word;
    word-break: break-word;
  }
  .brands-table-mobile th:nth-child(1),
  .brands-table-mobile td:nth-child(1) {
    width: 30%;
    min-width: 150px;
  }
  .brands-table-mobile th:nth-child(2),
  .brands-table-mobile td:nth-child(2) {
    width: 20%;
    min-width: 100px;
  }
  .brands-table-mobile th:nth-child(3),
  .brands-table-mobile td:nth-child(3) {
    width: 20%;
    min-width: 100px;
  }
  .brands-table-mobile th:nth-child(4),
  .brands-table-mobile td:nth-child(4) {
    width: 30%;
    min-width: 120px;
  }
  .brands-table-mobile .brand-actions {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-width: 200px;
  }
  .brands-table-mobile .action-button {
    display: inline-flex !important;
    width: auto !important;
    margin-bottom: 8px;
    padding: 8px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    background: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease;
    min-width: 100px;
  }
  .brands-table-mobile .action-button:hover {
    background: #F9FAFB;
    border-color: #9CA3AF;
  }
  .brands-table-mobile .action-button.primary {
    background: #8B5CF6;
    color: white;
    border-color: #8B5CF6;
  }
  .brands-table-mobile .action-button.primary:hover {
    background: #7C3AED;
  }
  .brands-table-mobile .action-button svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  .brands-table-mobile .brand-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
  }
  .brands-table-mobile .brand-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    margin-right: 12px;
    vertical-align: middle;
  }
  .brands-table-mobile .brand-name {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin: 0;
    line-height: 1.4;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
  }
  .brands-table-mobile .brand-category {
    display: inline-block;
    background: rgba(130, 86, 231, 0.1);
    color: #8256E7;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(130, 86, 231, 0.2);
  }
  .brands-table-mobile .brand-location {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 500;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
  }
  .brands-table-mobile th {
    background: #F8FAFC;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 16px;
    height: 60px;
    border-bottom: 2px solid #E5E7EB;
  }
  .brands-table-mobile {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 769px) {
  .brands-table-mobile {
    display: block;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    overflow: hidden;
  }
  .brands-cards-mobile {
    display: none;
  }
  .brands-table-mobile table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .brands-table-mobile th {
    background: #F8FAFC;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px;
    height: 60px;
    text-align: left;
    border-bottom: 2px solid #E5E7EB;
  }
  .brands-table-mobile td {
    padding: 20px 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    border-bottom: 1px solid #E5E7EB;
    vertical-align: middle;
    height: 80px;
  }
  .brands-table-mobile tr:hover {
    background-color: #f9fafb;
  }
  .brands-table-mobile tr:last-child td {
    border-bottom: none;
  }
  .brands-table-mobile .brand-actions {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .brands-table-mobile .action-button {
    display: inline-flex !important;
    width: auto !important;
    margin-bottom: 8px;
    padding: 8px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    background: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease;
    min-width: 100px;
  }
  .brands-table-mobile .action-button:hover {
    background: #F9FAFB;
    border-color: #9CA3AF;
  }
  .brands-table-mobile .action-button.primary {
    background: #8B5CF6;
    color: white;
    border-color: #8B5CF6;
  }
  .brands-table-mobile .action-button.primary:hover {
    background: #7C3AED;
  }
  .brands-table-mobile .action-button svg {
    width: 16px;
    height: 16px;
  }
  .brands-table-mobile .brand-info {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .brands-table-mobile .brand-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    margin-right: 12px;
    vertical-align: middle;
  }
  .brands-table-mobile .brand-name {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
  }
  .brands-table-mobile .brand-category {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
  }
  .brands-table-mobile .brand-location {
    font-size: 0.875rem;
    color: #6b7280;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .brands-table-mobile table {
    table-layout: auto;
  }
  .brands-table-mobile th,
  .brands-table-mobile td {
    padding: 12px 16px;
    font-size: 14px;
  }
  .brands-table-mobile .brand-actions {
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .brands-table-mobile .action-button {
    display: inline-flex !important;
    width: auto !important;
    min-width: 90px;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }
  .brands-table-mobile .brand-logo {
    width: 36px;
    height: 36px;
  }
  .brands-table-mobile .brand-name {
    font-size: 0.9rem;
  }
}
@media (max-width: 390px) {
  .brands-table-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
  }
  .brands-table-mobile::-webkit-scrollbar {
    height: 4px;
  }
  .brands-table-mobile::-webkit-scrollbar-track {
    background: transparent;
  }
  .brands-table-mobile::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
  }
  .brands-table-mobile table {
    min-width: 800px;
    table-layout: auto;
  }
  .brands-table-mobile th,
  .brands-table-mobile td {
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.3;
    height: auto;
    min-height: 60px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
  }
  .brands-table-mobile th:nth-child(1),
  .brands-table-mobile td:nth-child(1) {
    min-width: 160px;
  }
  .brands-table-mobile th:nth-child(2),
  .brands-table-mobile td:nth-child(2) {
    min-width: 80px;
  }
  .brands-table-mobile th:nth-child(3),
  .brands-table-mobile td:nth-child(3) {
    min-width: 80px;
  }
  .brands-table-mobile th:nth-child(4),
  .brands-table-mobile td:nth-child(4) {
    min-width: 120px;
  }
  .brands-table-mobile .brand-actions {
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
  }
  .brands-table-mobile .action-button {
    width: 100%;
    min-width: auto;
    font-size: 0.65rem;
    padding: 0.375rem 0.5rem;
    justify-content: center;
    min-height: 32px;
    white-space: nowrap;
  }
  .brands-table-mobile .action-button svg {
    width: 12px;
    height: 12px;
  }
  .brands-table-mobile .brand-name {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .brands-table-mobile .brand-category {
    font-size: 0.65rem;
    padding: 0.125rem 0.375rem;
  }
  .brands-table-mobile .brand-location {
    font-size: 0.65rem;
  }
  .brands-table-mobile th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #F8FAFC;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px;
    height: 40px;
  }
}
@media (max-width: 480px) and (min-width: 391px) {
  .brands-table-mobile th,
  .brands-table-mobile td {
    padding: 8px 12px;
    font-size: 13px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
  }
  .brands-table-mobile .brand-actions {
    flex-direction: column;
    gap: 0.375rem;
  }
  .brands-table-mobile .action-button {
    width: 100%;
    min-width: auto;
    font-size: 0.7rem;
    padding: 0.375rem 0.5rem;
    justify-content: center;
  }
  .brands-table-mobile .brand-logo {
    width: 32px;
    height: 32px;
  }
  .brands-table-mobile .brand-name {
    font-size: 0.8rem;
  }
  .brands-table-mobile .brand-category {
    font-size: 0.7rem;
    padding: 0.125rem 0.375rem;
  }
  .brands-table-mobile .brand-location {
    font-size: 0.7rem;
  }
}
@media (max-width: 390px) {
  .tableContainer {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    background: #ffffff;
  }
  .tableContainer .brands-table-mobile {
    width: 100%;
    min-width: 600px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tableContainer table {
    width: 100%;
    min-width: 600px;
    table-layout: auto;
    border-collapse: collapse;
  }
  .tableContainer .brands-table-mobile table {
    display: table;
    width: 100%;
    min-width: 600px;
  }
  .tableContainer .brands-table-mobile thead {
    display: table-header-group;
  }
  .tableContainer .brands-table-mobile tbody {
    display: table-row-group;
  }
  .tableContainer .brands-table-mobile tr {
    display: table-row;
  }
  .tableContainer .brands-table-mobile th,
  .tableContainer .brands-table-mobile td {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .browse-page-container,
  .container {
    padding: 0.5rem;
    max-width: 100%;
    width: 100%;
    overflow-x: visible;
    background-color: #ffffff;
    background: #ffffff;
  }
  .tableContainer {
    background-color: #ffffff;
    background: #ffffff;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .brands-table-mobile {
    background-color: #ffffff;
    background: #ffffff;
    display: block !important;
    width: 100% !important;
  }
  .browse-header {
    padding: 2rem 1rem;
    text-align: center;
  }
  .browse-header h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }
  .browse-header p {
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 100%;
  }
  .filter-container {
    padding: 1rem 0.5rem;
    margin: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .filterToggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .advancedFilters {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: none !important;
  }
  .advancedFilters {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .filtersGrid {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .filterSection {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .filterSection h3 {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #1f2937 !important;
  }
  .filterDropdown {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .search-bar {
    margin-bottom: 1rem;
    padding: 0;
  }
  .search-bar input {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
  }
  .filter-controls {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }
  .filter-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .filter-group {
    width: 100%;
    min-width: 0;
  }
  .filter-group label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
    display: block;
  }
  .category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 1rem 0;
  }
  .category-card {
    padding: 1rem 0.75rem;
    border-radius: 0.5rem;
    text-align: center;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .category-card h3 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
    text-align: center;
    color: #1a1a1a;
  }
  .category-card p {
    font-size: 0.7rem;
    line-height: 1.4;
    opacity: 0.9;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
    text-align: center;
    color: #666;
  }
  .content-container,
  .contentContainer {
    padding: 0 0.5rem !important;
    max-width: 100% !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.5rem !important;
  }
  .brands-grid {
    display: none;
  }
  .brands-table-mobile {
    min-height: 200px;
    max-height: none;
    overflow: visible;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    width: 100% !important;
    background: white !important;
  }
  .brands-table-mobile table {
    min-height: 200px;
    visibility: visible !important;
    opacity: 1 !important;
    display: table !important;
  }
  .brands-table-mobile table thead tr th {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }
  .brands-table-mobile table tbody tr td {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }
  .brands-table-mobile thead {
    display: table-header-group !important;
  }
  .brands-table-mobile tbody {
    display: table-row-group !important;
  }
  .brands-table-mobile tr {
    display: table-row !important;
  }
  .brands-table-mobile th,
  .brands-table-mobile td {
    display: table-cell !important;
    vertical-align: top;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
  }
  .table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .pagination {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 0;
    align-items: center;
  }
  .pagination-controls {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }
  .page-numbers {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-button {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .mobile-optimized {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .section-spacing {
    margin: 1rem 0;
  }
  .no-overflow {
    overflow-x: hidden;
    max-width: 100%;
  }
  .brands-table-mobile,
  .brands-table-mobile table,
  .brands-table-mobile thead,
  .brands-table-mobile tbody,
  .brands-table-mobile tr,
  .brands-table-mobile th,
  .brands-table-mobile td {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .brands-table-mobile table {
    display: table !important;
  }
  .brands-table-mobile thead {
    display: table-header-group !important;
  }
  .brands-table-mobile tbody {
    display: table-row-group !important;
  }
  .brands-table-mobile tr {
    display: table-row !important;
  }
  .brands-table-mobile th,
  .brands-table-mobile td {
    display: table-cell !important;
  }
}
@media (max-width: 480px) {
  .browse-header h1 {
    font-size: 1.5rem;
  }
  .browse-header p {
    font-size: 0.8rem;
  }
  .category-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .category-card {
    padding: 0.75rem 0.5rem;
    min-height: 70px;
  }
  .category-card h3 {
    font-size: 0.75rem;
  }
  .category-card p {
    font-size: 0.6rem;
  }
  .filter-controls {
    gap: 0.5rem;
  }
  .search-bar input {
    padding: 0.625rem 0.75rem;
    font-size: 0.9rem;
  }
}
._customDropdown_joifg_1 {
  position: relative;
  width: 100%;
  font-family: inherit;
}
._dropdownTrigger_joifg_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: #000000 !important;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  min-height: 2.75rem;
}
._dropdownTrigger_joifg_7:hover:not(._disabled_joifg_25) {
  border-color: #8256e7;
  box-shadow: 0 0 0 1px rgba(130, 86, 231, 0.1);
}
._dropdownTrigger_joifg_7:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._dropdownTrigger_joifg_7._open_joifg_35 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._dropdownTrigger_joifg_7._disabled_joifg_25 {
  background-color: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
  border-color: #e9ecef;
}
._selectedValue_joifg_47 {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000 !important;
  font-weight: 500;
}
._arrow_joifg_57 {
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  color: #6c757d;
}
._arrowUp_joifg_64 {
  transform: rotate(180deg);
}
._dropdownMenu_joifg_68 {
  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_joifg_1 0.2s ease-out;
}
@keyframes _dropdownFadeIn_joifg_1 {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._searchContainer_joifg_94 {
  padding: 0.75rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}
._searchInput_joifg_100 {
  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;
  color: #000000 !important;
  background-color: #ffffff !important;
}
._searchInput_joifg_100::-moz-placeholder {
  color: #6c757d !important;
}
._searchInput_joifg_100::placeholder {
  color: #6c757d !important;
}
._searchInput_joifg_100:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 2px rgba(130, 86, 231, 0.25);
}
._optionsList_joifg_121 {
  max-height: 200px;
  overflow-y: auto;
}
._option_joifg_121 {
  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: #000000 !important;
  font-weight: 500;
}
._option_joifg_121:last-child {
  border-bottom: none;
}
._option_joifg_121:hover {
  background-color: #f8f9fa;
}
._option_joifg_121._selected_joifg_47 {
  background-color: rgba(130, 86, 231, 0.1);
  color: #8256e7;
  font-weight: 600;
}
._option_joifg_121._selected_joifg_47:hover {
  background-color: rgba(130, 86, 231, 0.15);
}
._checkIcon_joifg_156 {
  flex-shrink: 0;
  color: #8256e7;
}
._noResults_joifg_161 {
  padding: 1rem;
  text-align: center;
  color: #6c757d;
  font-style: italic;
  font-size: 0.875rem;
}
._optionsList_joifg_121::-webkit-scrollbar {
  width: 6px;
}
._optionsList_joifg_121::-webkit-scrollbar-track {
  background: #f1f1f1;
}
._optionsList_joifg_121::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
._optionsList_joifg_121::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media (max-width: 768px) {
  ._dropdownTrigger_joifg_7 {
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
  }
  ._option_joifg_121 {
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
  }
  ._searchInput_joifg_100 {
    padding: 0.5rem 0.625rem;
    font-size: 0.8rem;
  }
}
._carousel_qcszh_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
._slideContainer_qcszh_7 {
  width: 100%;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
._slideContainer_qcszh_7._fading_qcszh_13 {
  opacity: 0.3;
}
._slide_qcszh_7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
._slideItem_qcszh_26 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._indicators_qcszh_33 {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
._indicator_qcszh_33 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}
._indicator_qcszh_33:hover {
  background-color: #9ca3af;
  transform: scale(1.05);
}
._indicator_qcszh_33._active_qcszh_55 {
  background-color: #8256e7;
  transform: scale(1.1);
}
._emptyCarousel_qcszh_60 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-style: italic;
}
@media (max-width: 768px) {
  ._slide_qcszh_7 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._indicators_qcszh_33 {
    margin-top: 0.75rem;
    gap: 0.75rem;
  }
  ._indicator_qcszh_33 {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
}
@media (max-width: 480px) {
  ._slide_qcszh_7 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
  }
  ._indicators_qcszh_33 {
    margin-top: 0.5rem;
    gap: 0.6rem;
  }
  ._indicator_qcszh_33 {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}
@keyframes _fadeIn_qcszh_1 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._slideItem_qcszh_26 {
  animation: _fadeIn_qcszh_1 0.6s ease-out;
}
._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  align-items: stretch;
}
._carousel_qcszh_1._featuredBrands_qcszh_123 ._slideItem_qcszh_26 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
}
@media (max-width: 768px) {
  ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
    align-items: stretch;
  }
  ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slideItem_qcszh_26 {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
._carousel_qcszh_1._categories_qcszh_152 ._slide_qcszh_7 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}
@media (max-width: 1024px) {
  ._carousel_qcszh_1._categories_qcszh_152 ._slide_qcszh_7 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  ._carousel_qcszh_1._categories_qcszh_152 ._slide_qcszh_7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  ._carousel_qcszh_1._categories_qcszh_152 ._slide_qcszh_7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.5rem;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
      gap: 0.5rem !important;
      transform: translateZ(0) !important;
    }
    ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slideItem_qcszh_26 {
      min-height: 280px !important;
      max-height: 280px !important;
      display: flex !important;
      flex-direction: column !important;
      height: 100% !important;
      transform: translateZ(0) !important;
    }
    ._indicators_qcszh_33 {
      margin-top: 0.75rem !important;
      gap: 0.75rem !important;
    }
    ._indicator_qcszh_33 {
      width: 12px !important;
      height: 12px !important;
      min-width: 12px !important;
      min-height: 12px !important;
      transform: translateZ(0) !important;
    }
  }
  @media (max-width: 480px) {
    ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
      gap: 0.4rem !important;
      align-items: stretch !important;
    }
    ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slideItem_qcszh_26 {
      min-height: 260px !important;
      max-height: 260px !important;
      display: flex !important;
      flex-direction: column !important;
      height: 100% !important;
    }
    ._indicators_qcszh_33 {
      margin-top: 0.5rem !important;
      gap: 0.6rem !important;
    }
    ._indicator_qcszh_33 {
      width: 14px !important;
      height: 14px !important;
      min-width: 14px !important;
      min-height: 14px !important;
    }
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
    gap: 0.4rem !important;
    transform: translate3d(0, 0, 0) !important;
  }
  ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slideItem_qcszh_26 {
    min-height: 280px !important;
    max-height: 280px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  ._carousel_qcszh_1._featuredBrands_qcszh_123 ._slide_qcszh_7 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
  }
}
._container_1kuvh_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._hero_1kuvh_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_1kuvh_18 {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
._heroContent_1kuvh_18 > :last-child {
  margin-bottom: 0;
}
._hero_1kuvh_7 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: white;
}
._hero_1kuvh_7 p {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
._searchContainer_1kuvh_46 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
._searchBox_1kuvh_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_1kuvh_55 svg {
  width: 24px;
  height: 24px;
  color: #8256e7;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
._searchBox_1kuvh_55 input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem 0;
  color: #1f2937;
}
._searchBox_1kuvh_55 input::-moz-placeholder {
  color: #8256e7;
  opacity: 0.7;
}
._searchBox_1kuvh_55 input::placeholder {
  color: #8256e7;
  opacity: 0.7;
}
._searchBox_1kuvh_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_1kuvh_55 button:hover {
  background-color: #6b45c1;
}
._searchSuggestions_1kuvh_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_1kuvh_1 0.2s ease-out;
}
@keyframes _dropdownFadeIn_1kuvh_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._suggestionHeader_1kuvh_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_1kuvh_131 span:first-child {
  font-weight: 600;
  color: #374151;
  font-size: 0.9rem;
}
._suggestionCount_1kuvh_147 {
  font-size: 0.8rem;
  color: #6b7280;
}
._suggestionItem_1kuvh_152 {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.15s ease;
}
._suggestionItem_1kuvh_152:hover {
  background-color: #f9fafb;
}
._suggestionItem_1kuvh_152:last-child {
  border-bottom: none;
}
._suggestionIcon_1kuvh_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_1kuvh_169 svg {
  width: 20px;
  height: 20px;
  color: #8256e7;
}
._suggestionContent_1kuvh_187 {
  flex: 1;
  min-width: 0;
}
._suggestionName_1kuvh_192 {
  font-weight: 600;
  color: #111827;
  font-size: 0.95rem;
  margin-bottom: 4px;
  line-height: 1.2;
}
._suggestionMeta_1kuvh_200 {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
._suggestionType_1kuvh_206 {
  background-color: #ddd6fe;
  color: #7c3aed;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
._suggestionCategory_1kuvh_215 {
  background-color: #e5e7eb;
  color: #4b5563;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
._suggestionDescription_1kuvh_224 {
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.3;
}
._suggestionFooter_1kuvh_230 {
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  background-color: #f9fafb;
  border-radius: 0 0 12px 12px;
}
._viewAllResults_1kuvh_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_1kuvh_237:hover {
  background-color: #6b45c1;
}
._suggestionLoading_1kuvh_254 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
  color: #6b7280;
}
._suggestionLoading_1kuvh_254 ._loadingSpinner_1kuvh_263 {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #8256e7;
  border-radius: 50%;
  animation: _spin_1kuvh_1 1s linear infinite;
}
._noSuggestions_1kuvh_272 {
  padding: 20px;
  text-align: center;
  color: #6b7280;
}
._noSuggestions_1kuvh_272 span {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}
._noSuggestions_1kuvh_272 small {
  font-size: 0.8rem;
  color: #9ca3af;
}
@keyframes _spin_1kuvh_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._loadingSpinner_1kuvh_263 {
  width: 16px;
  height: 16px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #8256e7;
  border-radius: 50%;
  animation: _spin_1kuvh_1 1s linear infinite;
}
._categoriesSection_1kuvh_303 {
  padding: 3rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_1kuvh_303 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_1kuvh_316 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
._categoryCard_1kuvh_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_1kuvh_324:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_1kuvh_340 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_1kuvh_324 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_1kuvh_324 p {
  color: #666;
  font-size: 0.9rem;
}
._featuredSection_1kuvh_358 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #f8f9fa;
  position: relative;
  z-index: 5;
}
._featuredSection_1kuvh_358 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_1kuvh_373 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._featuredBrandsGrid_1kuvh_381 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  ._featuredSection_1kuvh_358 {
    padding: 1.5rem 1rem;
  }
  ._featuredSection_1kuvh_358 h2 {
    font-size: 1.35rem;
  }
  ._featuredSubheading_1kuvh_373 {
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
  }
  ._featuredBrandsGrid_1kuvh_381 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
  }
  ._brandImage_1kuvh_405 {
    height: 88px;
    padding: 0.5rem;
    border-radius: 50%;
  }
  ._brandInfo_1kuvh_410 {
    padding: 0.85rem;
  }
  ._brandInfo_1kuvh_410 h3 {
    font-size: 0.95rem;
  }
  ._brandMeta_1kuvh_416 {
    gap: 0.5rem;
  }
  ._category_1kuvh_324,
  ._country_1kuvh_417,
  ._year_1kuvh_417 {
    font-size: 0.8rem;
  }
  ._budget_1kuvh_418,
  ._description_1kuvh_418 {
    font-size: 0.85rem;
  }
  ._brandActions_1kuvh_419 {
    gap: 0.5rem;
  }
  ._viewDetailsButton_1kuvh_420,
  ._viewContactsButton_1kuvh_420 {
    font-size: 0.85rem;
    padding: 0.6rem 0.85rem;
  }
}
@media (max-width: 480px) {
  ._featuredBrandsGrid_1kuvh_381 {
    grid-template-columns: 1fr;
  }
  ._brandImage_1kuvh_405 {
    height: 72px;
    padding: 0.4rem;
  }
}
._brandCard_1kuvh_435 {
  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_1kuvh_435:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_1kuvh_405 {
  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_1kuvh_464,
._trendingBadge_1kuvh_464 {
  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_1kuvh_464 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_1kuvh_464 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_1kuvh_410 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_1kuvh_410 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_1kuvh_416 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_1kuvh_324 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_1kuvh_417,
._year_1kuvh_417 {
  color: #6c757d;
  font-size: 0.9rem;
}
._budget_1kuvh_418 {
  margin: 0.75rem 0;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
}
._description_1kuvh_418 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
._brandActions_1kuvh_419 {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
._websiteLink_1kuvh_542,
._contactsLink_1kuvh_542,
._detailsLink_1kuvh_542 {
  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_1kuvh_542 {
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #ced4da;
}
._websiteLink_1kuvh_542:hover {
  background-color: #e9ecef;
}
._contactsLink_1kuvh_542 {
  background-color: #f0e7ff;
  color: #8256e7;
  border: 1px solid #d4c4f9;
}
._contactsLink_1kuvh_542:hover {
  background-color: #e3d7f9;
}
._detailsLink_1kuvh_542 {
  background-color: #e7f5ff;
  color: #1c7ed6;
  border: 1px solid #c4ddf9;
}
._detailsLink_1kuvh_542:hover {
  background-color: #d7ebff;
}
._featuredLinks_1kuvh_584 {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
._featuredLink_1kuvh_584,
._featuredLinkOutlined_1kuvh_591 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
._featuredLink_1kuvh_584 {
  background-color: #8256e7;
  color: white;
}
._featuredLink_1kuvh_584:hover {
  background-color: #6b45c1;
}
._featuredLinkOutlined_1kuvh_591 {
  border: 1px solid #8256e7;
  color: #8256e7;
}
._featuredLinkOutlined_1kuvh_591:hover {
  background-color: rgba(130, 86, 231, 0.1);
}
@media (max-width: 768px) {
  ._hero_1kuvh_7 {
    padding: 3rem 1rem 2rem;
    min-height: 50vh;
  }
  ._hero_1kuvh_7 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
  ._hero_1kuvh_7 p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  ._hero_1kuvh_7 ._ctaButton_1kuvh_634 {
    font-size: 1rem;
  }
  ._categoriesGrid_1kuvh_316 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  ._featuredBrandsGrid_1kuvh_381 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._featuredSection_1kuvh_358 {
    margin: 3rem 0;
  }
  ._featuredSection_1kuvh_358 h2 {
    font-size: 2rem;
  }
  ._featuredSubheading_1kuvh_373 {
    font-size: 1rem;
  }
  ._featuredLinks_1kuvh_584 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  ._featuredLink_1kuvh_584 {
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
  }
  ._searchContainer_1kuvh_46 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._searchBox_1kuvh_55 {
    width: 100%;
  }
  ._aiChatButton_1kuvh_680 {
    width: 100%;
    justify-content: center;
  }
  ._aiChatModalContent_1kuvh_685 {
    width: 100%;
    max-width: 95%;
    max-height: 85vh;
    border-radius: 16px;
    margin: 0;
  }
  ._aiChatHeader_1kuvh_693 {
    padding: 1rem 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  ._aiChatControls_1kuvh_699 {
    width: 100%;
    justify-content: space-between;
  }
  ._clearChatBtn_1kuvh_704 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  ._aiMessagesContainer_1kuvh_709 {
    height: calc(100% - 200px);
  }
  ._aiMessages_1kuvh_709 {
    padding: 1rem;
    gap: 1rem;
  }
  ._aiMessage_1kuvh_709 {
    max-width: 95%;
  }
  ._aiAvatar_1kuvh_722,
  ._userAvatar_1kuvh_722 {
    width: 32px;
    height: 32px;
  }
  ._messageContent_1kuvh_727 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  ._aiInputForm_1kuvh_732 {
    padding: 1rem;
  }
  ._inputWrapper_1kuvh_736 {
    gap: 0.75rem;
  }
  ._aiInput_1kuvh_732 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  ._aiSubmitButton_1kuvh_745 {
    width: 40px;
    height: 40px;
  }
  ._quickPrompts_1kuvh_750 {
    gap: 0.5rem;
  }
  ._quickPrompt_1kuvh_750 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ._featuredBrandsGrid_1kuvh_381 {
    grid-template-columns: repeat(2, 1fr);
  }
}
._brandHeader_1kuvh_766 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
._brandHeader_1kuvh_766 h3 {
  margin: 0;
  flex: 1;
}
._saveContactButton_1kuvh_778 {
  flex-shrink: 0;
}
._brandStats_1kuvh_782 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
._brandStat_1kuvh_782 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._statLabel_1kuvh_796 {
  font-size: 0.8rem;
  color: #8256e7;
  font-weight: 500;
}
._statValue_1kuvh_802 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}
._brandDescription_1kuvh_808 {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}
._websiteButton_1kuvh_815,
._detailsButton_1kuvh_815,
._contactsButton_1kuvh_815 {
  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_1kuvh_815 {
  background-color: #8256e7;
  color: white;
}
._websiteButton_1kuvh_815:hover {
  background-color: #6b45c1;
}
._detailsButton_1kuvh_815 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsButton_1kuvh_815:hover {
  background-color: #e6e6e6;
}
._contactsButton_1kuvh_815 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsButton_1kuvh_815:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1024px) {
  ._contactActions_1kuvh_857 {
    flex-direction: column;
    gap: 0.5rem;
  }
  ._websiteButton_1kuvh_815,
  ._detailsButton_1kuvh_815,
  ._contactsButton_1kuvh_815 {
    width: 100%;
  }
}
._viewDetailsButton_1kuvh_420,
._viewContactsButton_1kuvh_420 {
  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_1kuvh_420 {
  background-color: white;
  color: #8256e7;
  border: 1px solid #8256e7;
}
._viewDetailsButton_1kuvh_420:hover {
  background-color: #f5f0ff;
}
._viewContactsButton_1kuvh_420 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
}
._viewContactsButton_1kuvh_420:hover {
  background-color: #6b45c1;
}
._brandStat_1kuvh_782 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._statLabel_1kuvh_796 {
  font-size: 0.8rem;
  color: #666;
}
._statValue_1kuvh_802 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
._brandStats_1kuvh_782 {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
._aiChatButton_1kuvh_680 {
  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_1kuvh_680:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.4);
}
._aiChatModal_1kuvh_685 {
  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_1kuvh_1 0.3s ease-out;
  padding: 1rem;
}
@keyframes _modalFadeIn_1kuvh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._aiChatModalContent_1kuvh_685 {
  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_1kuvh_1 0.3s ease-out;
  overflow: hidden;
  margin: 0 auto;
}
@keyframes _modalSlideIn_1kuvh_1 {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._aiChatHeader_1kuvh_693 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  padding: 1.5rem;
  font-weight: 600;
}
._aiChatStatus_1kuvh_1004 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1.1rem;
}
._aiChatControls_1kuvh_699 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._clearChatBtn_1kuvh_704,
._closeChatBtn_1kuvh_1018 {
  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_1kuvh_704:hover,
._closeChatBtn_1kuvh_1018:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
._closeChatBtn_1kuvh_1018 {
  padding: 0.5rem;
}
._aiMessagesContainer_1kuvh_709 {
  flex: 1;
  overflow-y: auto;
  max-height: 500px;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
}
._aiMessages_1kuvh_709 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._aiMessage_1kuvh_709 {
  display: flex;
  gap: 1rem;
  max-width: 85%;
  animation: _messageSlideIn_1kuvh_1 0.3s ease-out;
}
@keyframes _messageSlideIn_1kuvh_1 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._aiAvatar_1kuvh_722,
._userAvatar_1kuvh_722 {
  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_1kuvh_722 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
}
._userAvatar_1kuvh_722 {
  background:
    linear-gradient(
      135deg,
      #3b82f6,
      #1d4ed8);
  color: white;
}
._messageWrapper_1kuvh_1097 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._messageContent_1kuvh_727 {
  padding: 1rem 1.25rem;
  border-radius: 18px;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-weight: 400;
}
._aiMessage_1kuvh_709._user_1kuvh_722 ._messageContent_1kuvh_727 {
  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_1kuvh_709._assistant_1kuvh_1119 ._messageContent_1kuvh_727 {
  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_1kuvh_1127 {
  font-size: 0.8rem;
  color: #9ca3af;
  padding: 0 0.75rem;
  font-weight: 500;
}
._aiInputForm_1kuvh_732 {
  padding: 1.5rem;
  background: white;
  border-top: 1px solid #e5e7eb;
}
._inputWrapper_1kuvh_736 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
._aiInput_1kuvh_732 {
  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_1kuvh_732:focus {
  outline: none;
  border-color: #8256e7;
  background: white;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._aiInput_1kuvh_732::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
._aiInput_1kuvh_732::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
._aiSubmitButton_1kuvh_745 {
  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_1kuvh_745._active_1kuvh_1186 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._quickPrompts_1kuvh_750 {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._quickPrompt_1kuvh_750 {
  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_1kuvh_750: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_1kuvh_1220 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
._aiResultsHeader_1kuvh_1220 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
._resultsCount_1kuvh_1234 {
  padding: 0.25rem 0.75rem;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
._statusIndicator_1kuvh_1243 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: _pulse_1kuvh_1 2s infinite;
}
@keyframes _pulse_1kuvh_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._categoryCardSkeleton_1kuvh_1261,
._brandCardSkeleton_1kuvh_1261 {
  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_1kuvh_1 1.5s ease-in-out infinite;
}
._brandCardSkeleton_1kuvh_1261 {
  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_1kuvh_1280 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  background-color: #e2e8f0;
  border-radius: 50%;
}
._skeletonTitle_1kuvh_1288 {
  height: 20px;
  background-color: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
._skeletonCount_1kuvh_1298 {
  height: 16px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
._skeletonImage_1kuvh_1307 {
  height: 150px;
  background-color: #e2e8f0;
  width: 100%;
}
._skeletonBrandInfo_1kuvh_1313 {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._skeletonBrandName_1kuvh_1321 {
  height: 24px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 80%;
}
._skeletonBrandMeta_1kuvh_1328 {
  height: 16px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 60%;
}
._skeletonDescription_1kuvh_1335 {
  height: 40px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 100%;
}
@keyframes _pulse_1kuvh_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._emptyState_1kuvh_1352 {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  color: #666;
  background-color: white;
  border-radius: 0.5rem;
  border: 2px dashed #e2e8f0;
}
._emptyState_1kuvh_1352 p {
  margin: 0;
  font-size: 1.1rem;
}
._viewAllCategoriesSection_1kuvh_1368 {
  margin-top: 2rem;
  text-align: center;
}
._viewAllCategoriesButton_1kuvh_1373 {
  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_1kuvh_1373:hover {
  background-color: #8256e7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
}
._viewAllCategoriesButton_1kuvh_1373:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._viewAllBrandsSection_1kuvh_1402 {
  margin-top: 2rem;
  text-align: center;
}
._viewAllBrandsButton_1kuvh_1407 {
  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_1kuvh_1407:hover {
  background-color: #6b45c1;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
}
._viewAllBrandsButton_1kuvh_1407:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._featuresSection_1kuvh_1434 {
  padding: 4rem 2rem;
  background-color: #f8fafc;
  text-align: center;
}
._featuresSection_1kuvh_1434 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a202c;
}
._featuresSubheading_1kuvh_1447 {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._featuresGrid_1kuvh_1456 {
  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_1kuvh_1466 {
  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_1kuvh_1466:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
._featureIcon_1kuvh_1481 {
  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_1kuvh_1466 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1a202c;
}
._featureDescription_1kuvh_1500 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #8256e7;
  margin-bottom: 1rem;
}
._featureDetails_1kuvh_1507 {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
._profilePreview_1kuvh_1513,
._brandMatches_1kuvh_1514,
._successMetrics_1kuvh_1515 {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  margin-top: 1rem;
}
._profilePreview_1kuvh_1513 h4,
._brandMatches_1kuvh_1514 h4,
._successMetrics_1kuvh_1515 h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a202c;
}
._profileInfo_1kuvh_1532 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
._profileInfo_1kuvh_1532 span {
  font-size: 0.9rem;
  color: #666;
}
._createProfileBtn_1kuvh_1544,
._viewMatchesBtn_1kuvh_1545,
._startEarningBtn_1kuvh_1546 {
  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_1kuvh_1544:hover,
._viewMatchesBtn_1kuvh_1545:hover,
._startEarningBtn_1kuvh_1546:hover {
  background: #6b45c1;
}
._matchList_1kuvh_1564 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
._matchItem_1kuvh_1571 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._matchName_1kuvh_1581 {
  font-weight: 500;
  color: #1a202c;
}
._matchPercentage_1kuvh_1586 {
  font-size: 0.9rem;
  color: #8256e7;
  font-weight: 600;
}
._metricsGrid_1kuvh_1592 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
._metric_1kuvh_1592 {
  text-align: center;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._metricValue_1kuvh_1607 {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8256e7;
  margin-bottom: 0.25rem;
}
._metricLabel_1kuvh_1615 {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
}
._processFlow_1kuvh_1621 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
._processStep_1kuvh_1630 {
  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_1kuvh_1642 {
  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_1kuvh_1655 {
  font-size: 1.5rem;
  color: #8256e7;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._featuresSection_1kuvh_1434 {
    padding: 3rem 1rem;
  }
  ._featuresSection_1kuvh_1434 h2 {
    font-size: 2rem;
  }
  ._featuresGrid_1kuvh_1456 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._featureCard_1kuvh_1466 {
    padding: 1.5rem;
  }
  ._metricsGrid_1kuvh_1592 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  ._processFlow_1kuvh_1621 {
    flex-direction: column;
    gap: 1rem;
  }
  ._processArrow_1kuvh_1655 {
    transform: rotate(90deg);
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    ._featuredSection_1kuvh_358 * {
      box-sizing: border-box !important;
    }
    ._featuredSection_1kuvh_358 {
      padding: 1rem 0.75rem !important;
      position: relative !important;
      z-index: 10 !important;
      background: #f8f9fa !important;
    }
    ._featuredSection_1kuvh_358 h2 {
      font-size: 1.2rem !important;
      margin-bottom: 0.5rem !important;
    }
    ._featuredSubheading_1kuvh_373 {
      font-size: 0.85rem !important;
      margin-bottom: 0.5rem !important;
    }
    ._featuredBrandsGrid_1kuvh_381 {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
      gap: 0.5rem !important;
    }
    ._brandCard_1kuvh_435 {
      min-height: 280px !important;
      max-height: 280px !important;
      height: 280px !important;
      display: flex !important;
      flex-direction: column !important;
    }
    ._brandImage_1kuvh_405 {
      height: 70px !important;
      padding: 0.4rem !important;
    }
    ._brandInfo_1kuvh_410 {
      padding: 0.6rem !important;
    }
    ._brandInfo_1kuvh_410 h3 {
      font-size: 0.85rem !important;
      margin-bottom: 0.3rem !important;
    }
    ._brandMeta_1kuvh_416 {
      gap: 0.3rem !important;
      margin-bottom: 0.3rem !important;
    }
    ._category_1kuvh_324,
    ._country_1kuvh_417,
    ._year_1kuvh_417 {
      font-size: 0.7rem !important;
    }
    ._budget_1kuvh_418,
    ._description_1kuvh_418 {
      font-size: 0.75rem !important;
      margin-bottom: 0.5rem !important;
    }
    ._brandActions_1kuvh_419 {
      gap: 0.3rem !important;
    }
    ._viewDetailsButton_1kuvh_420,
    ._viewContactsButton_1kuvh_420 {
      font-size: 0.75rem !important;
      padding: 0.4rem 0.6rem !important;
    }
  }
  @media (max-width: 768px) and (-webkit-touch-callout: none) {
    ._featuredSection_1kuvh_358 {
      padding: 1rem 0.75rem !important;
      position: relative !important;
      z-index: 10 !important;
      background: #f8f9fa !important;
      transform: translateZ(0) !important;
      -webkit-transform: translateZ(0) !important;
    }
    ._featuredBrands_1kuvh_381 ._slide_1kuvh_1782 {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
      gap: 0.5rem !important;
      transform: translateZ(0) !important;
      -webkit-transform: translateZ(0) !important;
    }
    ._brandCard_1kuvh_435 {
      min-height: 280px !important;
      max-height: 280px !important;
      height: 280px !important;
      display: flex !important;
      flex-direction: column !important;
      transform: translateZ(0) !important;
      -webkit-transform: translateZ(0) !important;
    }
  }
  @media (max-width: 480px) {
    ._featuredBrandsGrid_1kuvh_381 {
      grid-template-columns: 1fr !important;
      gap: 0.4rem !important;
    }
    ._brandImage_1kuvh_405 {
      height: 60px !important;
      padding: 0.3rem !important;
    }
    ._brandInfo_1kuvh_410 {
      padding: 0.5rem !important;
    }
    ._brandInfo_1kuvh_410 h3 {
      font-size: 0.8rem !important;
    }
  }
}
._container_m6rj6_2 {
  min-height: 100vh;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  color: #1f2937;
}
._tabNavigation_m6rj6_11 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
._tabButton_m6rj6_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_m6rj6_19:hover {
  border-color: #8256E7;
  color: #8256E7;
  transform: translateY(-1px);
}
._activeTab_m6rj6_39 {
  border-color: #8256E7;
  background: #8256E7;
  color: white;
}
._activeTab_m6rj6_39:hover {
  background: #7c3aed;
  color: white;
}
._content_m6rj6_50 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  flex: 1;
}
._header_m6rj6_58 {
  text-align: center;
  margin-bottom: 3rem;
}
._title_m6rj6_63 {
  font-size: 3rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1rem;
}
._subtitle_m6rj6_70 {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
._categoryFilter_m6rj6_79 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
._categoryButton_m6rj6_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_m6rj6_88:hover {
  background: #f3f4f6;
  border-color: #8256E7;
  color: #8256E7;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
._categoryButton_m6rj6_88._active_m6rj6_39 {
  background: #8256E7;
  border-color: #8256E7;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
}
._categoryIcon_m6rj6_119 {
  font-size: 1.1rem;
}
._categoryName_m6rj6_123 {
  font-weight: 600;
}
._toolsGrid_m6rj6_128 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
._toolCard_m6rj6_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_m6rj6_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_m6rj6_153 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
._toolLogo_m6rj6_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_m6rj6_174 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 8px;
}
._logoFallback_m6rj6_181 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
._toolInfo_m6rj6_191 {
  flex: 1;
}
._toolName_m6rj6_195 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}
._toolDescription_m6rj6_202 {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}
._toolDetailedDescription_m6rj6_209 {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
._toolFeatures_m6rj6_216 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
._featureTag_m6rj6_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_m6rj6_233 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
}
._learnMoreButton_m6rj6_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_m6rj6_241:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(130, 86, 231, 0.4);
  background: #6B45C1;
}
@media (max-width: 768px) {
  ._content_m6rj6_50 {
    padding: 1rem;
  }
  ._title_m6rj6_63 {
    font-size: 2.5rem;
  }
  ._subtitle_m6rj6_70 {
    font-size: 1rem;
  }
  ._toolsGrid_m6rj6_128 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._toolCard_m6rj6_135 {
    padding: 1.5rem;
  }
  ._categoryFilter_m6rj6_79 {
    gap: 0.5rem;
  }
  ._categoryButton_m6rj6_88 {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  ._title_m6rj6_63 {
    font-size: 2rem;
  }
  ._toolCard_m6rj6_135 {
    padding: 1.25rem;
  }
  ._toolHeader_m6rj6_153 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  ._toolLogo_m6rj6_160 {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  ._toolActions_m6rj6_233 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._learnMoreButton_m6rj6_241 {
    width: 100%;
  }
}
._pricingGuide_m6rj6_328 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
._pricingGuide_m6rj6_328 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._pricingGuide_m6rj6_328 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._platformPricing_m6rj6_349 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
._platformCard_m6rj6_356 {
  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_m6rj6_365 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._tierGrid_m6rj6_373 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
._tierCard_m6rj6_379 {
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._tierCard_m6rj6_379 h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._followerRange_m6rj6_395 {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
._priceRange_m6rj6_401 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #8256E7;
}
._usageFeesSection_m6rj6_407 {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}
._usageFeesSection_m6rj6_407 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}
._usageFeesGrid_m6rj6_423 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
._usageFeeCard_m6rj6_429 {
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._usageFeeCard_m6rj6_429 h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
._multiplier_m6rj6_445 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #8256E7;
  margin-bottom: 0.5rem;
}
._description_m6rj6_452 {
  font-size: 0.875rem;
  color: #6b7280;
}
._templatesSection_m6rj6_458 {
  max-width: 1000px;
  margin: 0 auto;
}
._templatesSection_m6rj6_458 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._templatesSection_m6rj6_458 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._templatesGrid_m6rj6_477 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}
._templateCard_m6rj6_483 {
  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_m6rj6_483 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
._templateContent_m6rj6_499 {
  margin-bottom: 1rem;
}
._templateSubject_m6rj6_503 {
  background: #f3f4f6;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #1f2937;
}
._templateBody_m6rj6_512 {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
._templateBody_m6rj6_512 pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  margin: 0;
}
._copyButton_m6rj6_529 {
  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_m6rj6_529:hover {
  background: #7c3aed;
  transform: translateY(-1px);
}
._calculatorSection_m6rj6_547 {
  max-width: 800px;
  margin: 0 auto;
}
._calculatorSection_m6rj6_547 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._calculatorSection_m6rj6_547 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._calculatorForm_m6rj6_566 {
  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_m6rj6_576 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
._formGroup_m6rj6_583 {
  display: flex;
  flex-direction: column;
}
._formGroup_m6rj6_583 label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
._formGroup_m6rj6_583 input,
._formGroup_m6rj6_583 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_m6rj6_583 input:focus,
._formGroup_m6rj6_583 select:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formGroup_m6rj6_583 input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
  color: #1f2937;
}
._calculatorResult_m6rj6_619 {
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #7c3aed);
  color: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
._calculatorResult_m6rj6_619 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
._priceDisplay_m6rj6_633 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
._priceNote_m6rj6_639 {
  font-size: 0.875rem;
  color: white !important;
  margin: 0;
}
._priceBreakdown_m6rj6_646 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
}
._priceBreakdown_m6rj6_646 h4 {
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}
._breakdownItem_m6rj6_661 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875rem;
}
._breakdownItem_m6rj6_661:last-child {
  border-bottom: none;
}
._breakdownItem_m6rj6_661 span:first-child {
  color: #6b7280;
}
._breakdownItem_m6rj6_661 span:last-child {
  color: #1f2937;
  font-weight: 500;
}
._industryBenchmarks_m6rj6_684 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
}
._industryBenchmarks_m6rj6_684 h4 {
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}
._benchmarkInfo_m6rj6_699 p {
  color: #374151;
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
}
._benchmarkInfo_m6rj6_699 ul {
  margin: 0;
  padding-left: 1.5rem;
}
._benchmarkInfo_m6rj6_699 li {
  color: #374151;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
._infoIcon_m6rj6_717 {
  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_m6rj6_717:hover {
  color: #ffffff;
  background: #8256E7;
  border-color: #8256E7;
  transform: scale(1.1);
}
._tooltip_m6rj6_742 {
  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_m6rj6_717:hover ._tooltip_m6rj6_742,
._infoIcon_m6rj6_717:focus ._tooltip_m6rj6_742 {
  visibility: visible;
  opacity: 1;
}
._tooltip_m6rj6_742::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #8256E7 transparent transparent transparent;
}
._infoIcon_m6rj6_717:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
  border-radius: 50%;
  color: #ffffff;
  background: #8256E7;
  border-color: #8256E7;
}
._emailToolsSection_m6rj6_792 {
  max-width: 1200px;
  margin: 0 auto;
}
._emailToolsSection_m6rj6_792 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}
._emailToolsSection_m6rj6_792 p {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}
._emailToolsGrid_m6rj6_811 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
._emailToolCard_m6rj6_818 {
  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_m6rj6_818 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}
._emailToolCard_m6rj6_818 p {
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}
._emailToolCard_m6rj6_818: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_m6rj6_850 {
  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_m6rj6_864 {
  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_m6rj6_864:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(130, 86, 231, 0.4);
  background: #6B45C1;
  color: white;
  text-decoration: none;
}
._quickActionsSection_m6rj6_888 {
  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_m6rj6_888 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}
._quickActionsGrid_m6rj6_905 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
._quickActionButton_m6rj6_911 {
  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_m6rj6_911: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_m6rj6_11 {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  ._tabButton_m6rj6_19 {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  ._platformPricing_m6rj6_349 {
    grid-template-columns: 1fr;
  }
  ._tierGrid_m6rj6_373 {
    grid-template-columns: 1fr;
  }
  ._templatesGrid_m6rj6_477 {
    grid-template-columns: 1fr;
  }
  ._formRow_m6rj6_576 {
    grid-template-columns: 1fr;
  }
  ._priceDisplay_m6rj6_633 {
    font-size: 2rem;
  }
  ._emailToolsGrid_m6rj6_811 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._emailToolCard_m6rj6_818 {
    padding: 1.5rem;
  }
  ._quickActionsGrid_m6rj6_905 {
    grid-template-columns: 1fr;
  }
  ._quickActionButton_m6rj6_911 {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
}
._tourTrigger_m6rj6_987 {
  margin-top: 1rem;
  text-align: center;
}
._tourButton_m6rj6_992 {
  transition: all 0.2s ease;
}
._tourButton_m6rj6_992:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._tools-header_m6rj6_1001 {
}
._tools-grid_m6rj6_1005 {
}
._container_1guvo_2 {
  min-height: 100vh;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}
._content_1guvo_9 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  flex: 1;
}
._header_1guvo_17 {
  text-align: center;
  margin-bottom: 3rem;
}
._title_1guvo_22 {
  font-size: 3rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1rem;
}
._subtitle_1guvo_29 {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
._refreshSection_1guvo_38 {
  margin-top: 1rem;
}
._refreshButton_1guvo_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_1guvo_42:hover {
  background: #7c3aed;
}
._sectionHeader_1guvo_60 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
._sectionHeader_1guvo_60 ._refreshButton_1guvo_42 {
  margin-top: 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
}
._message_1guvo_74 {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
._message_1guvo_74._success_1guvo_81 {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
._message_1guvo_74._error_1guvo_87 {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
._tabNavigation_1guvo_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_1guvo_94 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
._tabButton_1guvo_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_1guvo_108:hover {
  background: #f3f4f6;
  color: #374151;
}
._tabButton_1guvo_108._active_1guvo_131 {
  color: #8256E7;
  border-bottom-color: #8256E7;
  background: #f8f5ff;
}
._tabIcon_1guvo_137 {
  width: 20px;
  height: 20px;
}
._tabContentWrapper_1guvo_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_1guvo_143 {
  padding: 2rem;
}
._section_1guvo_60 {
  max-width: 800px;
}
._sectionTitle_1guvo_159 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}
._membershipSectionTitle_1guvo_167 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
._formGrid_1guvo_175 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
._formGroup_1guvo_182 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._label_1guvo_188 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}
._input_1guvo_194,
._select_1guvo_194 {
  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_1guvo_194:focus,
._select_1guvo_194:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._platformGrid_1guvo_211 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}
._platformLabel_1guvo_218 {
  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_1guvo_218:hover {
  background: #f3f4f6;
  border-color: #8256E7;
}
._checkbox_1guvo_237 {
  width: 16px;
  height: 16px;
  accent-color: #8256E7;
}
._buttonGroup_1guvo_244 {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
._primaryButton_1guvo_250,
._secondaryButton_1guvo_250 {
  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_1guvo_250 {
  background: #8256E7;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(130, 86, 231, 0.3);
}
._primaryButton_1guvo_250:hover {
  background: #6B45C1;
  transform: translateY(-1px);
  box-shadow: 0 6px 8px rgba(130, 86, 231, 0.4);
}
._secondaryButton_1guvo_250 {
  background: #ffffff;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}
._secondaryButton_1guvo_250:hover {
  background: #f3f4f6;
  color: #374151;
}
._buttonIcon_1guvo_286 {
  width: 18px;
  height: 18px;
}
._notificationSettings_1guvo_292 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._notificationItem_1guvo_298 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}
._notificationInfo_1guvo_308 {
  flex: 1;
}
._notificationTitle_1guvo_312 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}
._notificationDescription_1guvo_319 {
  font-size: 0.9rem;
  color: #6b7280;
}
._toggle_1guvo_325 {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}
._toggle_1guvo_325 input {
  opacity: 0;
  width: 0;
  height: 0;
}
._toggleSlider_1guvo_338 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.3s;
  border-radius: 22px;
}
._toggleSlider_1guvo_338:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
._toggle_1guvo_325 input:checked + ._toggleSlider_1guvo_338 {
  background-color: #8256E7;
}
._toggle_1guvo_325 input:checked + ._toggleSlider_1guvo_338:before {
  transform: translateX(22px);
}
@media (max-width: 768px) {
  ._toggle_1guvo_325 {
    width: 36px;
    height: 18px;
  }
  ._toggleSlider_1guvo_338 {
    border-radius: 18px;
  }
  ._toggleSlider_1guvo_338:before {
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
  }
  ._toggle_1guvo_325 input:checked + ._toggleSlider_1guvo_338:before {
    transform: translateX(18px);
  }
}
@media (max-width: 480px) {
  ._toggle_1guvo_325 {
    width: 32px;
    height: 16px;
  }
  ._toggleSlider_1guvo_338 {
    border-radius: 16px;
  }
  ._toggleSlider_1guvo_338:before {
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 3px;
  }
  ._toggle_1guvo_325 input:checked + ._toggleSlider_1guvo_338:before {
    transform: translateX(16px);
  }
}
._membershipCard_1guvo_417 {
  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_1guvo_428 {
  flex: 1;
}
._membershipTitle_1guvo_432 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
._membershipDescription_1guvo_438 {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}
._membershipFeatures_1guvo_444 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._featureItem_1guvo_450 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
._featureIcon_1guvo_457 {
  width: 16px;
  height: 16px;
}
._upgradeButton_1guvo_462 {
  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_1guvo_462:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
._eliteBadge_1guvo_481 {
  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_1guvo_495 {
  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_1guvo_495 p {
  margin: 0;
  font-size: 0.9rem;
}
._billingTable_1guvo_512 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}
._tableHeader_1guvo_519 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
._tableRow_1guvo_526 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.3s ease;
}
._tableRow_1guvo_526:hover {
  background: #f9fafb;
}
._tableRow_1guvo_526:last-child {
  border-bottom: none;
}
._tableCell_1guvo_541 {
  padding: 1rem;
  font-size: 0.9rem;
  color: #374151;
}
._tableHeader_1guvo_519 ._tableCell_1guvo_541 {
  font-weight: 600;
  color: #1f2937;
}
._status_1guvo_552 {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
._status_1guvo_552._paid_1guvo_560 {
  background: #d1fae5;
  color: #065f46;
}
._status_1guvo_552._pending_1guvo_565 {
  background: #fef3c7;
  color: #92400e;
}
._status_1guvo_552._failed_1guvo_570 {
  background: #fee2e2;
  color: #991b1b;
}
._status_1guvo_552._succeeded_1guvo_575 {
  background: #d1fae5;
  color: #065f46;
}
._status_1guvo_552._paid_1guvo_560 {
  background: #d1fae5;
  color: #065f46;
}
._status_1guvo_552._open_1guvo_585 {
  background: #fef3c7;
  color: #92400e;
}
._status_1guvo_552._draft_1guvo_590 {
  background: #e5e7eb;
  color: #374151;
}
._emptyState_1guvo_596 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  color: #6b7280;
}
._emptyIcon_1guvo_605 {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: #d1d5db;
}
._usageGrid_1guvo_613 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
._usageCard_1guvo_619 {
  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_1guvo_619:hover {
  background: #f3f4f6;
  border-color: #8256E7;
  transform: translateY(-2px);
}
._usageIcon_1guvo_636 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #8256E7;
  border-radius: 0.75rem;
  color: #ffffff;
}
._icon_1guvo_647 {
  width: 24px;
  height: 24px;
}
._usageInfo_1guvo_652 {
  flex: 1;
}
._usageTitle_1guvo_656 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}
._usageValue_1guvo_663 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}
._tikTokNote_1guvo_670 {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
}
._goalsGrid_1guvo_678 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}
._goalLabel_1guvo_685 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  color: #374151;
  font-weight: 500;
}
._goalLabel_1guvo_685:hover {
  background: #f3f4f6;
  border-color: #8256E7;
  transform: translateY(-1px);
}
._goalLabel_1guvo_685 input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #8256E7;
  margin: 0;
}
._goalLabel_1guvo_685 span {
  color: #1f2937;
  font-weight: 500;
}
._notificationTesting_1guvo_719 {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
}
._testDescription_1guvo_727 {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
._testResults_1guvo_733 {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._testResults_1guvo_733 h4 {
  margin: 0 0 1rem 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
}
._testResultList_1guvo_748 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._testResult_1guvo_733 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
._testResult_1guvo_733._passed_1guvo_763 {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
._testResult_1guvo_733._failed_1guvo_570 {
  background: #fef2f2;
  border-color: #fecaca;
}
._testName_1guvo_773 {
  font-weight: 500;
  color: #1f2937;
}
._testStatus_1guvo_778 {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
._testResult_1guvo_733._passed_1guvo_763 ._testStatus_1guvo_778 {
  background: #dcfce7;
  color: #166534;
}
._testResult_1guvo_733._failed_1guvo_570 ._testStatus_1guvo_778 {
  background: #fee2e2;
  color: #dc2626;
}
._testDetails_1guvo_796 {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  color: #6b7280;
  grid-column: 1 / -1;
}
._testError_1guvo_803 {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  color: #dc2626;
  grid-column: 1 / -1;
}
._tikTokAccountInfo_1guvo_810 {
  margin-top: 1rem;
}
._tikTokInfoCard_1guvo_814 {
  background:
    linear-gradient(
      135deg,
      #fe2c55,
      #25f4ee);
  color: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
._tikTokTitle_1guvo_822 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
._tikTokDescription_1guvo_829 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  line-height: 1.5;
}
._tikTokDetails_1guvo_836 {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
._tikTokDetails_1guvo_836 p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
._tikTokDetails_1guvo_836 strong {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  ._content_1guvo_9 {
    padding: 1rem;
  }
  ._title_1guvo_22 {
    font-size: 2rem;
  }
  ._tabNav_1guvo_94 {
    flex-direction: column;
  }
  ._tabButton_1guvo_108 {
    justify-content: flex-start;
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
  }
  ._tabButton_1guvo_108:last-child {
    border-bottom: none;
  }
  ._formGrid_1guvo_175 {
    grid-template-columns: 1fr;
  }
  ._platformGrid_1guvo_211 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  ._membershipCard_1guvo_417 {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  ._tableHeader_1guvo_519,
  ._tableRow_1guvo_526 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  ._tableCell_1guvo_541 {
    padding: 0.75rem;
  }
  ._usageGrid_1guvo_613 {
    grid-template-columns: 1fr;
  }
  ._toggle_1guvo_325 {
    width: 40px;
    height: 20px;
  }
  ._toggleSlider_1guvo_338 {
    border-radius: 20px;
  }
  ._toggleSlider_1guvo_338:before {
    height: 14px;
    width: 14px;
  }
  ._toggle_1guvo_325 input:checked + ._toggleSlider_1guvo_338:before {
    transform: translateX(20px);
  }
  ._notificationItem_1guvo_298 {
    padding: 1rem;
    gap: 1rem;
  }
  ._notificationInfo_1guvo_308 {
    flex: 1;
    min-width: 0;
  }
  ._notificationTitle_1guvo_312 {
    font-size: 0.9rem;
  }
  ._notificationDescription_1guvo_319 {
    font-size: 0.8rem;
  }
}
._changePlanButton_1guvo_944 {
  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_1guvo_944:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}
._pricingPlatforms_1guvo_963 {
  margin-top: 1.5rem;
}
._subsectionTitle_1guvo_967 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 1rem;
}
._platformPricingGrid_1guvo_974 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
._platformPricingItem_1guvo_980 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: all 0.2s;
}
._platformPricingItem_1guvo_980:hover {
  border-color: #8256E7;
  background: #f8f9ff;
}
._platformInfo_1guvo_996 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._platformIcon_1guvo_1002 {
  font-size: 1.25rem;
}
._platformLabel_1guvo_218 {
  font-weight: 500;
  color: #374151;
}
._platformInput_1guvo_1011 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._currencySymbol_1guvo_1017 {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.875rem;
}
._pricingInput_1guvo_1023 {
  width: 100px;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-align: right;
  transition: border-color 0.2s;
}
._pricingInput_1guvo_1023:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
@media (max-width: 768px) {
  ._platformPricingItem_1guvo_980 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  ._platformInput_1guvo_1011 {
    width: 100%;
    justify-content: flex-end;
  }
  ._pricingInput_1guvo_1023 {
    width: 120px;
  }
}
._dangerZone_1guvo_1058 {
  margin-top: 3rem;
  padding: 2rem;
  border: 2px solid #fecaca;
  border-radius: 0.75rem;
  background: #fef2f2;
}
._dangerZoneTitle_1guvo_1066 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #dc2626;
  margin-bottom: 0.5rem;
}
._dangerZoneDescription_1guvo_1073 {
  color: #7f1d1d;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
._dangerButton_1guvo_1079 {
  background: #dc2626;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._dangerButton_1guvo_1079:hover {
  background: #b91c1c;
}
._dangerButton_1guvo_1079:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._modalOverlay_1guvo_1100 {
  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;
}
._modalContent_1guvo_1114 {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
._modalHeader_1guvo_1124 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
._modalTitle_1guvo_1132 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
._modalClose_1guvo_1139 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.375rem;
  color: #6b7280;
  transition: color 0.2s;
}
._modalClose_1guvo_1139:hover {
  color: #374151;
}
._closeIcon_1guvo_1153 {
  width: 1.25rem;
  height: 1.25rem;
}
._modalBody_1guvo_1158 {
  padding: 1.5rem;
}
._warningBox_1guvo_1162 {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
._warningIcon_1guvo_1172 {
  font-size: 1.5rem;
  flex-shrink: 0;
}
._warningContent_1guvo_1177 {
  flex: 1;
}
._warningTitle_1guvo_1181 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #dc2626;
  margin: 0 0 0.5rem 0;
}
._warningText_1guvo_1188 {
  color: #7f1d1d;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}
._warningList_1guvo_1194 {
  color: #7f1d1d;
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.5;
}
._warningList_1guvo_1194 li {
  margin-bottom: 0.25rem;
}
._confirmationSection_1guvo_1205 {
  margin-top: 1.5rem;
}
._confirmationLabel_1guvo_1209 {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}
._confirmationInput_1guvo_1216 {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #1f2937;
  background-color: #ffffff;
  transition: border-color 0.2s;
}
._confirmationInput_1guvo_1216:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._modalFooter_1guvo_1233 {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
._cancelButton_1guvo_1240 {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._pricingStatus_1guvo_1252 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
}
._statusText_1guvo_1260 {
  color: #0369a1;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}
._confirmationNote_1guvo_1268 {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}
._cancelButton_1guvo_1240:hover {
  background: #e5e7eb;
}
._cancelButton_1guvo_1240:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._deleteButton_1guvo_1288 {
  background: #dc2626;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._deleteButton_1guvo_1288:hover:not(:disabled) {
  background: #b91c1c;
}
._deleteButton_1guvo_1288:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._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_1dka0_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
}
._hero_1dka0_8 {
  background: #8256E7;
  color: white;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
._hero_1dka0_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_1dka0_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_1dka0_28 * {
  color: white;
}
._brandLogo_1dka0_45 {
  margin-bottom: 0.125rem;
  position: relative;
}
._brandLogoImage_1dka0_50 {
  border-radius: 4px;
  background: white;
  transition: transform 0.3s ease;
}
._brandLogoImage_1dka0_50:hover {
  transform: none;
}
._heroContent_1dka0_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_1dka0_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_1dka0_83 {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
._backButton_1dka0_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_1dka0_91:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._saveButton_1dka0_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_1dka0_114:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}
._tabSystem_1dka0_134 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
._tabButtons_1dka0_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_1dka0_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_1dka0_141:hover {
  color: #8256E7;
  background: rgba(130, 86, 231, 0.08);
}
._activeTab_1dka0_174 {
  color: white !important;
  background: #8256E7 !important;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._tabCount_1dka0_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_1dka0_141:not(._activeTab_1dka0_174) ._tabCount_1dka0_180 {
  background: rgba(100, 116, 139, 0.15);
  color: #64748b;
}
._contactsSection_1dka0_195 {
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
._sectionHeader_1dka0_202 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
._sectionHeader_1dka0_202 h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._contactCount_1dka0_217 {
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
}
._agencyName_1dka0_223 {
  color: #8256E7;
  font-weight: 600;
}
._contactsTable_1dka0_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_1dka0_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_1dka0_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_1dka0_251::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #8256E7;
  opacity: 0;
  transition: opacity 0.3s ease;
}
._contactRow_1dka0_251:last-child {
  border-bottom: none;
}
._contactRow_1dka0_251:hover {
  background:
    linear-gradient(
      135deg,
      rgba(102, 126, 234, 0.02) 0%,
      rgba(118, 75, 162, 0.02) 100%);
  transform: translateX(4px);
}
._contactRow_1dka0_251:hover::before {
  width: 4px;
}
._selectColumn_1dka0_289 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._selectColumn_1dka0_289 input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #8256E7;
  cursor: pointer;
  border-radius: 4px;
}
._selectColumn_1dka0_289 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._nameColumn_1dka0_308,
._titleColumn_1dka0_308 {
  padding: 0 0.75rem;
}
._actionsColumn_1dka0_312 {
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.75rem;
}
._contactName_1dka0_321 {
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
._savedBadge_1dka0_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_1dka0_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_1dka0_353,
._unlockedLinkedIn_1dka0_354 {
  color: #10b981 !important;
  font-weight: 600;
  opacity: 0.9;
}
._contactRow_1dka0_251:has(._lockedBadge_1dka0_341) {
  opacity: 0.7;
}
._contactRow_1dka0_251:has(._lockedBadge_1dka0_341) ._selectColumn_1dka0_289 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._contactEmail_1dka0_369 {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.5rem;
  font-weight: 500;
}
._contactActions_1dka0_376 {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-start;
}
._titleColumn_1dka0_308 {
  color: #475569;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
}
._budgetColumn_1dka0_391 {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
}
._contactButtons_1dka0_397 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 0.75rem;
}
._copyButton_1dka0_407,
._emailButton_1dka0_407,
._linkedinButton_1dka0_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_1dka0_407::before,
._emailButton_1dka0_407::before,
._linkedinButton_1dka0_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_1dka0_407:hover::before,
._emailButton_1dka0_407:hover::before,
._linkedinButton_1dka0_407:hover::before {
  left: 100%;
}
._copyButton_1dka0_407 {
  background:
    linear-gradient(
      135deg,
      #64748b 0%,
      #475569 100%);
  box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}
._copyButton_1dka0_407:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(100, 116, 139, 0.4);
}
._emailButton_1dka0_407 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #8256E7 100%);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._emailButton_1dka0_407:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(130, 86, 231, 0.4);
}
._linkedinButton_1dka0_407 {
  background:
    linear-gradient(
      135deg,
      #0077b5 0%,
      #005885 100%);
  box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}
._linkedinButton_1dka0_407:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 119, 181, 0.4);
}
._saveContactButton_1dka0_473 {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loadingState_1dka0_482,
._errorState_1dka0_482 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  font-size: 1.25rem;
  color: #64748b;
  font-weight: 500;
}
._errorState_1dka0_482 {
  flex-direction: column;
  gap: 1.5rem;
}
._errorState_1dka0_482 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._errorState_1dka0_482 p {
  max-width: 500px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
._similarBrandsSection_1dka0_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_1dka0_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_1dka0_515 ._sectionHeader_1dka0_202 {
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_202 h2 {
  color: #8256E7;
  letter-spacing: -0.04em;
}
._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_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_1dka0_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_1dka0_566 p {
  color: #92400e;
  font-weight: 500;
  margin: 0;
  font-size: 0.875rem;
}
._similarBrandsGrid_1dka0_582 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
._similarBrandCard_1dka0_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_1dka0_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_1dka0_590:hover::before {
  opacity: 1;
}
._similarBrandCard_1dka0_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_1dka0_632 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
._brandInfo_1dka0_639 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._brandInfo_1dka0_639 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._similarBrandLogo_1dka0_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_1dka0_651 img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 80%;
}
._similarBrandCard_1dka0_590:hover ._similarBrandLogo_1dka0_651 {
  transform: scale(1.1) rotate(2deg);
}
._brandInfo_1dka0_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_1dka0_639 p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
._matchBadge_1dka0_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_1dka0_590:hover ._matchBadge_1dka0_693 {
  transform: rotate(360deg) scale(1.15);
  box-shadow: 0 12px 30px rgba(130, 86, 231, 0.4);
}
._cardContent_1dka0_711 {
  margin-bottom: 2.5rem;
}
._brandDetails_1dka0_715 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
._detailItem_1dka0_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_1dka0_590:hover ._detailItem_1dka0_722 {
  background: rgba(255, 255, 255, 0.9);
}
._label_1dka0_737 {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.4;
}
._value_1dka0_744 {
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 700;
  line-height: 1.4;
}
._matchReasons_1dka0_751 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
._matchTag_1dka0_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_1dka0_590:hover ._matchTag_1dka0_758 {
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.15),
      rgba(124, 79, 216, 0.15));
  transform: translateY(-2px);
}
._cardAction_1dka0_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_1dka0_590:hover ._cardAction_1dka0_779 {
  color: #8256E7;
  transform: translateX(8px);
}
._cardAction_1dka0_779 svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_1dka0_590:hover ._cardAction_1dka0_779 svg {
  transform: translateX(8px) scale(1.1);
}
._noSimilarBrands_1dka0_804 {
  text-align: center;
  padding: 6rem 2rem;
  color: #64748b;
  position: relative;
  z-index: 1;
}
._noSimilarBrands_1dka0_804 svg {
  opacity: 0.3;
  margin-bottom: 2.5rem;
}
._noSimilarBrands_1dka0_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_1dka0_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_1dka0_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_1dka0_837:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}
@media (max-width: 768px) {
  ._sectionHeader_1dka0_202 {
    gap: 0.75rem;
    align-items: flex-start;
  }
  ._tableHeader_1dka0_238 {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    padding: 1rem 1.5rem;
    row-gap: 0.35rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  ._tableHeader_1dka0_238 ._selectColumn_1dka0_289 {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 0;
  }
  ._tableHeader_1dka0_238 ._nameColumn_1dka0_308 {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    align-self: center;
  }
  ._tableHeader_1dka0_238 ._titleColumn_1dka0_308 {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    margin-top: -2px;
  }
  ._tableHeader_1dka0_238 ._actionsColumn_1dka0_312 {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-top: 0.1rem;
  }
  ._container_1dka0_1 {
    padding: 0.5rem;
    max-width: 100%;
    overflow-x: hidden;
  }
  ._header_1dka0_914 {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  ._header_1dka0_914 h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  ._header_1dka0_914 p {
    font-size: 0.85rem;
    line-height: 1.4;
    max-width: 100%;
    color: #6b7280;
  }
  ._backButton_1dka0_91 {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  ._brandInfo_1dka0_639 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
  }
  ._brandLogo_1dka0_45 {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
  }
  ._brandDetails_1dka0_715 h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  ._brandDetails_1dka0_715 p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  ._tabs_1dka0_967 {
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
  }
  ._tab_1dka0_134 {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
  }
  ._contactRow_1dka0_251 {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0.5rem 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    align-items: start;
    min-width: 0;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
  }
  ._contactRow_1dka0_251:last-child {
    border-bottom: none;
  }
  ._contactRow_1dka0_251:hover {
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
  ._selectColumn_1dka0_289 {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 36px;
    height: 44px;
    flex-shrink: 0;
    align-self: start;
  }
  ._selectColumn_1dka0_289 input[type=checkbox] {
    width: 0.9rem;
    height: 0.9rem;
    accent-color: #8256E7;
    transform: scale(0.85);
    transform-origin: center;
    box-sizing: content-box;
    margin: 0;
  }
  ._nameColumn_1dka0_308 {
    grid-row: 1;
    grid-column: 2;
    padding: 0;
    min-width: 0;
    overflow: hidden;
    word-wrap: break-word;
    display: block;
    align-self: start;
  }
  ._contactName_1dka0_321 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    flex: none;
    margin: 0 0 0.25rem 0;
  }
  ._savedBadge_1dka0_331 {
    font-size: 0.625rem;
    font-weight: 600;
    color: #ffffff;
    background: #10b981;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    margin-left: 0.5rem;
    display: inline-block;
  }
  ._contactEmail_1dka0_369 {
    grid-row: 2;
    grid-column: 2;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    align-self: start;
  }
  ._titleColumn_1dka0_308 {
    grid-row: 3;
    grid-column: 2;
    padding: 0;
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    align-self: start;
  }
  ._actionsColumn_1dka0_312 {
    grid-row: 4;
    grid-column: 1 / 3;
    padding: 0.25rem 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    align-self: stretch;
  }
  ._contactButtons_1dka0_397 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }
  ._contactButtons_1dka0_397 button {
    min-width: 40px;
    min-height: 40px;
    padding: 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-weight: 500;
  }
  ._contactButtons_1dka0_397 button:hover {
    background: #f9fafb;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
  ._contactButtons_1dka0_397 button:active {
    transform: scale(0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  ._contactButtons_1dka0_397 button:focus-visible {
    outline: 3px solid rgba(130, 86, 231, 0.35);
    outline-offset: 2px;
  }
  ._contactButtons_1dka0_397 button[data-action=email] {
    background: #8256E7;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(130, 86, 231, 0.3);
  }
  ._contactButtons_1dka0_397 button[data-action=email]:hover {
    background: #7c3aed;
    box-shadow: 0 4px 8px rgba(130, 86, 231, 0.4);
    transform: translateY(-1px);
  }
  ._contactCard_1dka0_1177 {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
  }
  ._contactHeader_1dka0_1183 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  ._contactInfo_1dka0_1189 {
    width: 100%;
  }
  ._contactName_1dka0_321 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.25rem;
  }
  ._contactTitle_1dka0_1199 {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  ._contactActions_1dka0_376 {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  ._actionButton_1dka0_1211 {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    justify-content: center;
  }
  ._contactGrid_1dka0_1219 {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0.5rem;
  }
  ._groupInfoBlock_1dka0_1226 {
    padding: 0.75rem;
    margin: 0.75rem 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  ._groupInfoBlock_1dka0_1226:hover {
    background: #f1f5f9;
  }
  ._groupInfoBlock_1dka0_1226::before {
    content: "ℹ️";
    margin-right: 0.5rem;
    font-size: 0.875rem;
  }
  ._groupInfoBlock_1dka0_1226._collapsed_1dka0_1246 {
    padding: 0.5rem;
  }
  ._groupInfoBlock_1dka0_1226._collapsed_1dka0_1246 span {
    display: none;
  }
  ._groupInfoBlock_1dka0_1226._collapsed_1dka0_1246::before {
    content: "ℹ️";
  }
  ._groupSelector_1dka0_1259 {
    padding: 0.75rem;
    margin: 0.75rem 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #f8fafc;
  }
  ._groupSelector_1dka0_1259 h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  ._groupSelector_1dka0_1259 h3::after {
    content: "▼";
    font-size: 0.75rem;
    color: #6b7280;
    transition: transform 0.2s ease;
  }
  ._groupSelector_1dka0_1259._collapsed_1dka0_1246 h3::after {
    transform: rotate(-90deg);
  }
  ._groupSelector_1dka0_1259._collapsed_1dka0_1246 ._groupList_1dka0_1287 {
    display: none;
  }
  ._groupList_1dka0_1287 {
    max-height: 200px;
    overflow-y: auto;
  }
  ._groupItem_1dka0_1296 {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  ._createGroupModal_1dka0_1302 {
    padding: 1rem;
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }
  ._createGroupModal_1dka0_1302 h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  ._formGroup_1dka0_1313 {
    margin-bottom: 1rem;
  }
  ._formGroup_1dka0_1313 label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  ._formGroup_1dka0_1313 input,
  ._formGroup_1dka0_1313 textarea {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  ._formActions_1dka0_1328 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._formButton_1dka0_1333 {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  ._similarBrandsSection_1dka0_515 {
    padding: 2rem 1rem;
    margin: 0.5rem;
    border-radius: 0.75rem;
  }
  ._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_202 {
    margin-bottom: 2rem;
  }
  ._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_202 h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  ._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_202 p {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0;
    margin: 0.5rem auto 0 auto;
  }
  ._similarBrandsGrid_1dka0_582 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._similarBrandCard_1dka0_590 {
    padding: 1.5rem;
  }
  ._cardHeader_1dka0_632 {
    margin-bottom: 1rem;
  }
  ._brandInfo_1dka0_639 {
    gap: 0.75rem;
  }
  ._similarBrandLogo_1dka0_651 {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
  }
  ._brandInfo_1dka0_639 h3 {
    margin-bottom: 0.25rem;
    line-height: 1.2;
    font-size: 1rem;
  }
  ._brandDetails_1dka0_715 {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  ._detailItem_1dka0_722 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  ._matchReasons_1dka0_751 {
    justify-content: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  ._matchTag_1dka0_758 {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
  ._cardAction_1dka0_779 {
    padding: 1rem 0.75rem 0.75rem;
  }
  ._noSimilarBrands_1dka0_804 {
    padding: 3rem 1rem;
  }
  ._noSimilarBrands_1dka0_804 h3 {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 1.25rem;
  }
  ._noSimilarBrands_1dka0_804 p {
    margin-bottom: 2rem;
    line-height: 1.5;
    padding: 0;
    font-size: 0.875rem;
  }
  ._loadingContainer_1dka0_1436 {
    padding: 2rem 1rem;
  }
  ._loadingSpinner_1dka0_1440 {
    width: 2rem;
    height: 2rem;
  }
  ._loadingText_1dka0_1445 {
    font-size: 0.875rem;
  }
  ._errorContainer_1dka0_1450 {
    padding: 2rem 1rem;
    text-align: center;
  }
  ._errorTitle_1dka0_1455 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  ._errorMessage_1dka0_1460 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  ._errorButton_1dka0_1466 {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
  ._toast_1dka0_1472 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 1000;
    font-size: 0.875rem;
    background: rgba(17, 24, 39, 0.9);
    color: #fff;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
  }
  ._toastContent_1dka0_1487 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  ._toastIcon_1dka0_1493 {
    color: #34d399;
  }
}
@media (max-width: 480px) {
  ._tableHeader_1dka0_238 {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    padding: 0.75rem 1rem;
    row-gap: 0.35rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  ._tableHeader_1dka0_238 ._selectColumn_1dka0_289 {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 0;
  }
  ._tableHeader_1dka0_238 ._nameColumn_1dka0_308 {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    align-self: center;
  }
  ._tableHeader_1dka0_238 ._titleColumn_1dka0_308 {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    margin-top: -2px;
  }
  ._tableHeader_1dka0_238 ._actionsColumn_1dka0_312 {
    grid-column: 2;
    grid-row: 3;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.1rem;
  }
  ._container_1dka0_1 {
    padding: 0.25rem;
  }
  ._header_1dka0_914 {
    padding: 1.5rem 0.75rem;
  }
  ._header_1dka0_914 h1 {
    font-size: 1.5rem;
  }
  ._header_1dka0_914 p {
    font-size: 0.8rem;
  }
  ._brandInfo_1dka0_639 {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  ._brandLogo_1dka0_45 {
    width: 50px;
    height: 50px;
  }
  ._brandDetails_1dka0_715 h1 {
    font-size: 1.25rem;
  }
  ._brandDetails_1dka0_715 p {
    font-size: 0.8rem;
  }
  ._tabs_1dka0_967 {
    gap: 0.25rem;
    margin: 0.75rem 0;
  }
  ._tab_1dka0_134 {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
  ._contactRow_1dka0_251 {
    padding: 0.75rem 1rem;
    gap: 0.375rem 0.75rem;
    grid-template-columns: 35px 1fr;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 0.5rem;
    border-radius: 0.625rem;
  }
  ._selectColumn_1dka0_289 {
    width: 32px;
    height: 40px;
    align-self: start;
  }
  ._selectColumn_1dka0_289 input[type=checkbox] {
    width: 0.85rem;
    height: 0.85rem;
    transform: scale(0.85);
    transform-origin: center;
    box-sizing: content-box;
    margin: 0;
  }
  ._contactName_1dka0_321 {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    flex: 1;
  }
  ._savedBadge_1dka0_331 {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
    margin-left: 0.5rem;
  }
  ._contactEmail_1dka0_369 {
    font-size: 0.8rem;
    margin: 0;
    color: #374151;
    font-weight: 500;
    align-self: start;
  }
  ._titleColumn_1dka0_308 {
    font-size: 0.8rem;
    margin: 0;
    color: #6b7280;
    font-weight: 400;
    align-self: start;
  }
  ._actionsColumn_1dka0_312 {
    grid-row: 4;
    grid-column: 1 / 3;
    width: auto;
    gap: 0.5rem;
    align-self: stretch;
    justify-content: flex-start;
    padding-top: 0.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ._contactButtons_1dka0_397 {
    gap: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  ._contactButtons_1dka0_397 button {
    min-width: 40px;
    min-height: 40px;
    padding: 0.625rem;
    font-size: 0.7rem;
    border-radius: 0.625rem;
  }
  ._contactCard_1dka0_1177 {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  ._contactHeader_1dka0_1183 {
    gap: 0.5rem;
  }
  ._contactName_1dka0_321 {
    font-size: 0.9rem;
  }
  ._contactTitle_1dka0_1199 {
    font-size: 0.75rem;
  }
  ._actionButton_1dka0_1211 {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
  ._contactGrid_1dka0_1219 {
    gap: 0.75rem;
    padding: 0.25rem;
  }
  ._groupSelector_1dka0_1259 {
    padding: 0.75rem;
    margin: 0.75rem 0;
  }
  ._groupSelector_1dka0_1259 h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  ._groupItem_1dka0_1296 {
    padding: 0.625rem;
    font-size: 0.8rem;
  }
  ._createGroupModal_1dka0_1302 {
    padding: 0.75rem;
    margin: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
  ._createGroupModal_1dka0_1302 h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  ._formGroup_1dka0_1313 {
    margin-bottom: 0.75rem;
  }
  ._formGroup_1dka0_1313 label {
    font-size: 0.8rem;
    margin-bottom: 0.375rem;
  }
  ._formGroup_1dka0_1313 input,
  ._formGroup_1dka0_1313 textarea {
    padding: 0.625rem;
    font-size: 0.8rem;
  }
  ._formActions_1dka0_1328 {
    gap: 0.5rem;
  }
  ._formButton_1dka0_1333 {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
  ._similarBrandsSection_1dka0_515 {
    padding: 1.5rem 0.75rem;
    margin: 0.25rem;
  }
  ._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_202 h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  ._similarBrandsSection_1dka0_515 ._sectionHeader_1dka0_202 p {
    font-size: 0.8rem;
  }
  ._similarBrandsGrid_1dka0_582 {
    gap: 0.75rem;
  }
  ._similarBrandCard_1dka0_590 {
    padding: 1rem;
  }
  ._similarBrandLogo_1dka0_651 {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    min-height: 28px;
  }
  ._brandInfo_1dka0_639 h3 {
    font-size: 0.9rem;
  }
  ._detailItem_1dka0_722 {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }
  ._matchTag_1dka0_758 {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
  }
  ._cardAction_1dka0_779 {
    padding: 0.75rem 0.5rem 0.5rem;
  }
  ._noSimilarBrands_1dka0_804 {
    padding: 2rem 0.75rem;
  }
  ._noSimilarBrands_1dka0_804 h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  ._noSimilarBrands_1dka0_804 p {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  ._loadingContainer_1dka0_1436 {
    padding: 1.5rem 0.75rem;
  }
  ._loadingSpinner_1dka0_1440 {
    width: 1.5rem;
    height: 1.5rem;
  }
  ._loadingText_1dka0_1445 {
    font-size: 0.8rem;
  }
  ._errorContainer_1dka0_1450 {
    padding: 1.5rem 0.75rem;
  }
  ._errorTitle_1dka0_1455 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  ._errorMessage_1dka0_1460 {
    font-size: 0.8rem;
    margin-bottom: 1.25rem;
  }
  ._errorButton_1dka0_1466 {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
  ._toast_1dka0_1472 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem;
    z-index: 1000;
    font-size: 0.8rem;
  }
}
._modalOverlay_1dka0_1865 {
  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_1dka0_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _fadeIn_1dka0_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _spin_1dka0_1895 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._spinner_1dka0_1895 {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #8256E7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: _spin_1dka0_1895 1s linear infinite;
}
._modal_1dka0_1865 {
  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_1dka0_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@keyframes _slideIn_1dka0_1 {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
._modalHeader_1dka0_1927 {
  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_1dka0_1927 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_1dka0_1927 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_1dka0_1958 {
  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_1dka0_1958:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #1e293b;
  transform: rotate(90deg);
}
._modalContent_1dka0_1979 {
  padding: 1.5rem;
}
._modalContent_1dka0_1979 p {
  margin: 0 0 1.5rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
}
._defaultInfo_1dka0_1990 {
  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_1dka0_2002 h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #1e293b;
}
._groupSubtext_1dka0_2009 {
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
}
._groupOptions_1dka0_2002 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
._saveOptionButton_1dka0_2024 {
  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_1dka0_2024:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}
._selectedOption_1dka0_2045 {
  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_1dka0_2045 ._groupName_1dka0_2052 {
  color: white !important;
}
._selectedOption_1dka0_2045:hover {
  background:
    linear-gradient(
      135deg,
      #6b45c1 0%,
      #5a3d9e 100%) !important;
  transform: translateY(-1px);
}
._groupColor_1dka0_2061 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
._groupName_1dka0_2052 {
  font-weight: 600;
}
._groupCount_1dka0_2072 {
  color: #64748b;
  font-size: 0.8rem;
  margin-left: auto;
}
._selectedOption_1dka0_2045 ._groupCount_1dka0_2072 {
  color: rgba(255, 255, 255, 0.8);
}
._createNewOption_1dka0_2082 {
  border: 1px dashed rgba(130, 86, 231, 0.4);
  background: rgba(130, 86, 231, 0.05);
  color: #8256E7;
}
._createNewOption_1dka0_2082:hover {
  background: rgba(130, 86, 231, 0.1);
}
._modalActions_1dka0_2092 {
  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_1dka0_2102 {
  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_1dka0_2102:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
._saveContactsButton_1dka0_2122 {
  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_1dka0_2122:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
  background:
    linear-gradient(
      135deg,
      #7c4fd8 0%,
      #6b46c1 100%);
}
._saveContactsButton_1dka0_2122:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_1dka0_2122:disabled:not(._loading_1dka0_482) {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_1dka0_2122._loading_1dka0_482 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #7c4fd8 100%);
  cursor: wait;
  opacity: 0.8;
}
._modalActions_1dka0_2092 {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
._createGroupSection_1dka0_2172 {
  display: flex;
  justify-content: center;
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
._saveSelectedButton_1dka0_2180 {
  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_1dka0_2180:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
}
._formGroup_1dka0_1313 {
  margin-bottom: 1.5rem;
}
._formGroup_1dka0_1313 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}
._formInput_1dka0_2215 {
  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_1dka0_2215:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formTextarea_1dka0_2231 {
  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_1dka0_2231:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._saveOptions_1dka0_2249 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
._saveOption_1dka0_2024 {
  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_1dka0_2024:hover {
  border-color: rgba(130, 86, 231, 0.3);
  background: rgba(130, 86, 231, 0.02);
  transform: translateY(-2px);
}
._selectedOption_1dka0_2045 {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
  color: #8256E7;
}
._optionIcon_1dka0_2282 {
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
}
._optionContent_1dka0_2288 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._optionTitle_1dka0_2295 {
  font-weight: 600;
  font-size: 0.9rem;
}
._optionDescription_1dka0_2300 {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.4;
}
._selectedOption_1dka0_2045 ._optionDescription_1dka0_2300 {
  color: rgba(130, 86, 231, 0.8);
}
._locationListContainer_1dka0_2311 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
._locationListHeader_1dka0_2317 {
  margin-bottom: 2rem;
}
._backButton_1dka0_91 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-bottom: 1.5rem;
}
._backButton_1dka0_91:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #475569;
}
._locationListTitle_1dka0_2343 {
  text-align: center;
  margin-bottom: 2rem;
}
._locationListTitle_1dka0_2343 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}
._locationListTitle_1dka0_2343 p {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0;
}
._locationGrid_1dka0_2362 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
._locationCard_1dka0_2369 {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._locationCard_1dka0_2369:hover {
  border-color: #8256E7;
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.15);
  transform: translateY(-2px);
}
._locationCardHeader_1dka0_2384 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
._locationCardHeader_1dka0_2384 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
  flex: 1;
  margin-right: 1rem;
}
._contactCount_1dka0_217 {
  background: #8256E7;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
._locationWebsite_1dka0_2411 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  font-size: 0.9rem;
  margin: 0 0 1.5rem 0;
}
._locationWebsite_1dka0_2411 svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
._locationActions_1dka0_2426 {
  display: flex;
  gap: 0.75rem;
}
._viewContactsButton_1dka0_2431 {
  flex: 1;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
._viewContactsButton_1dka0_2431:hover {
  background: #7c3aed;
  transform: translateY(-1px);
}
._viewContactsButton_1dka0_2431:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  ._locationListContainer_1dka0_2311 {
    padding: 1rem;
  }
  ._locationListTitle_1dka0_2343 h1 {
    font-size: 2rem;
  }
  ._locationGrid_1dka0_2362 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._locationCard_1dka0_2369 {
    padding: 1rem;
  }
  ._locationCardHeader_1dka0_2384 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  ._locationCardHeader_1dka0_2384 h3 {
    margin-right: 0;
  }
}
._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;
}
.bottom-full {
  bottom: 100%;
}
.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;
}
.z-\[10000\] {
  z-index: 10000;
}
.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;
}
.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-11 {
  height: 2.75rem;
}
.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-\[360px\] {
  max-height: 360px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.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-0 {
  min-height: 0px;
}
.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-\[44px\] {
  min-height: 44px;
}
.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-\[360px\] {
  width: 360px;
}
.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-\[44px\] {
  min-width: 44px;
}
.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-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-manipulation {
  touch-action: manipulation;
}
.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;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.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-words {
  overflow-wrap: break-word;
}
.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;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.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-none {
  border-style: none;
}
.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-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / 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-\[18px\] {
  font-size: 18px;
}
.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-6 {
  line-height: 1.5rem;
}
.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;
}
.opacity-95 {
  opacity: 0.95;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#8256E7\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 86 231 / var(--tw-ring-opacity, 1));
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.ring-purple-500\/20 {
  --tw-ring-color: rgb(168 85 247 / 0.2);
}
.ring-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);
}
@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;
  }
}
@media (max-width: 768px) {
  button,
  a,
  input[type=button],
  input[type=submit],
  input[type=reset],
  [role=button],
  [role=link],
  [role=tab],
  [role=menuitem] {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .mobileMenuToggle {
    min-height: 44px;
    min-width: 44px;
    padding: 10px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .contact-action-button {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    margin: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=url],
  textarea,
  select {
    min-height: 44px;
    padding: 0.75rem;
    font-size: 16px;
    touch-action: manipulation;
  }
  .password-toggle-button {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-link {
    min-height: 44px;
    padding: 1rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .card-interactive {
    min-height: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .filter-button {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    margin: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .pagination-button {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .modal-close-button {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .dropdown-toggle {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  input[type=checkbox],
  input[type=radio] {
    min-height: 44px;
    min-width: 44px;
    margin: 0.25rem;
    touch-action: manipulation;
  }
  label {
    min-height: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    touch-action: manipulation;
  }
  .icon-button {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .touch-target + .touch-target {
    margin-left: 0.5rem;
  }
  .touch-target-container {
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  * {
    touch-action: manipulation;
  }
  button:active,
  a:active,
  [role=button]:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
  }
  button:focus,
  a:focus,
  input:focus,
  [role=button]:focus {
    outline: 2px solid #8256E7;
    outline-offset: 2px;
  }
  @media (prefers-contrast: high) {
    button,
    a,
    [role=button] {
      border: 2px solid currentColor;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    button,
    a,
    [role=button] {
      transition: none;
    }
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  button,
  a,
  [role=button] {
    min-height: 40px;
    min-width: 40px;
    padding: 0.5rem;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .mobile-menu-toggle {
    min-height: 40px;
    min-width: 40px;
  }
  .nav-link {
    min-height: 40px;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
    color: #1f2937;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.875rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 0.625rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 1rem;
  }
  small {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #6b7280;
  }
  a {
    color: #8256E7;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  a:hover {
    color: #6B45C1;
    text-decoration: underline;
  }
  button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
  label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.5;
  }
  input,
  textarea,
  select {
    font-size: 16px;
    line-height: 1.5;
    color: #1f2937;
  }
  .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .card-subtitle {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
  .card-description {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .nav-text {
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.5;
  }
  .nav-text.active {
    color: #8256E7;
    font-weight: 600;
  }
  .badge {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.25rem 0.5rem;
  }
  .alert-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .alert-text.error {
    color: #dc2626;
  }
  .alert-text.success {
    color: #059669;
  }
  .alert-text.warning {
    color: #d97706;
  }
  .alert-text.info {
    color: #2563eb;
  }
  .table-header {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.5;
  }
  .table-cell {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
  }
  .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .modal-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .footer-text {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.5;
  }
  .brand-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
  }
  .brand-description {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
  }
  .contact-name {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
  }
  .contact-title {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
  }
  .contact-company {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
  }
  .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
  }
  .price-small {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
  }
  .status-text {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .status-text.active {
    color: #059669;
  }
  .status-text.inactive {
    color: #dc2626;
  }
  .status-text.pending {
    color: #d97706;
  }
  .text-readable {
    max-width: 65ch;
    line-height: 1.6;
  }
  .text-high-contrast {
    color: #000000;
    background-color: #ffffff;
  }
  @media (prefers-color-scheme: dark) {
    body {
      color: #f9fafb;
    }
    h1,
    h2,
    h3,
    h4 {
      color: #f9fafb;
    }
    p {
      color: #d1d5db;
    }
    .card-title {
      color: #f9fafb;
    }
    .card-subtitle,
    .card-description {
      color: #9ca3af;
    }
  }
  @media (prefers-contrast: high) {
    body {
      color: #000000;
    }
    h1,
    h2,
    h3,
    h4 {
      color: #000000;
    }
    a {
      color: #0000ff;
      text-decoration: underline;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    * {
      transition: none !important;
      animation: none !important;
    }
  }
}
@media (max-width: 768px) {
  .brands-table-mobile table {
    display: none !important;
  }
  .brands-table-mobile {
    display: block !important;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .mobile-brands-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }
  .mobile-brand-card {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .mobile-brand-header {
    display: flex;
  }
  .mobile-brand-details {
    display: grid;
  }
  .mobile-brand-actions {
    display: flex;
  }
  .mobile-brands-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }
  .mobile-brand-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    margin-bottom: 1rem;
  }
  .mobile-brand-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
  .mobile-brand-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .mobile-brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
  }
  .mobile-brand-info {
    flex: 1;
    min-width: 0;
  }
  .mobile-brand-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
  }
  .mobile-brand-verification {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #059669;
    background: #d1fae5;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
  }
  .mobile-brand-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .mobile-brand-detail {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .mobile-brand-detail-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .mobile-brand-detail-value {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
  }
  .mobile-brand-category {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #8256E7;
    background: rgba(130, 86, 231, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid rgba(130, 86, 231, 0.2);
  }
  .mobile-brand-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .mobile-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background: white;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: all 0.15s ease;
    cursor: pointer;
    width: 100%;
  }
  .mobile-action-button:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-1px);
  }
  .mobile-action-button.primary {
    background: #8256E7;
    color: white;
    border-color: #8256E7;
  }
  .mobile-action-button.primary:hover {
    background: #7c3aed;
    border-color: #7c3aed;
  }
  .mobile-action-button.secondary {
    background: white;
    color: #374151;
    border-color: #d1d5db;
  }
  .mobile-action-button.secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
  }
  .mobile-action-button:disabled {
    background: #f9fafb;
    color: #9ca3af;
    border-color: #e5e7eb;
    cursor: not-allowed;
    transform: none;
  }
  .mobile-action-button svg {
    width: 16px;
    height: 16px;
  }
  .mobile-brand-card.loading {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  @keyframes pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .brands-table-mobile table {
    display: table !important;
  }
  .mobile-brands-container {
    display: none !important;
  }
  .brands-table-mobile table {
    font-size: 0.875rem;
  }
  .brands-table-mobile th,
  .brands-table-mobile td {
    padding: 0.75rem 1rem;
  }
  .brand-actions {
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .action-button {
    min-width: 80px;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1025px) {
  .brands-table-mobile table {
    display: table !important;
  }
  .mobile-brands-container {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .mobile-brand-card {
    padding: 0.75rem;
    margin: 0 0.5rem;
  }
  .mobile-brand-header {
    gap: 0.5rem;
  }
  .mobile-brand-logo {
    width: 40px;
    height: 40px;
  }
  .mobile-brand-name {
    font-size: 1rem;
  }
  .mobile-brand-details {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .mobile-action-button {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 390px) {
  .mobile-brand-card {
    padding: 0.625rem;
    margin: 0 0.25rem;
  }
  .mobile-brand-name {
    font-size: 0.9rem;
  }
  .mobile-brand-detail-value {
    font-size: 0.8rem;
  }
  .mobile-action-button {
    padding: 0.5rem 0.625rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .brands-table-mobile table {
    min-width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
    width: 100% !important;
  }
  .brands-table-mobile {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .tableContainer {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .browse-page-container,
  .container {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
  body,
  html {
    overflow-x: hidden !important;
  }
}
@media (max-width: 390px) {
  .brands-table-mobile table {
    min-width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
  }
  .tableContainer .brands-table-mobile table {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .tableContainer {
    min-width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 480px) {
  .brands-table-mobile table {
    min-width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
  }
}
@media (max-width: 768px) {
  .aiChatModalContent {
    min-width: 0 !important;
    max-width: 95vw !important;
    width: 95vw !important;
  }
  .aiChatModalAnchored .aiChatModalContent {
    min-width: 0 !important;
    max-width: 95vw !important;
    width: 95vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .aiChatModal {
    padding: 0.25rem !important;
    align-items: flex-start !important;
    padding-top: 0.5rem !important;
  }
  .aiChatModalContent {
    max-height: 85vh !important;
    margin: 0 !important;
  }
  .aiChatHeader {
    padding: 0.75rem !important;
  }
  .aiTitle {
    font-size: 1rem !important;
  }
  .aiSubtitle {
    font-size: 0.75rem !important;
  }
  .aiMessagesContainer {
    max-height: 40vh !important;
    padding: 0.75rem !important;
  }
  .aiInputForm {
    padding: 0.75rem !important;
  }
  .aiInput {
    font-size: 16px !important;
    padding: 0.75rem !important;
  }
  .aiSubmitButton {
    min-width: 40px !important;
    height: 40px !important;
    padding: 0.5rem !important;
  }
  .quickPromptsSection {
    padding: 0.75rem !important;
  }
  .quickPrompt {
    padding: 0.5rem !important;
    font-size: 0.8rem !important;
    min-height: 40px !important;
  }
}
@media (max-width: 480px) {
  .aiChatModalContent {
    min-width: 0 !important;
    max-width: 95vw !important;
    width: 95vw !important;
  }
  .aiChatModalAnchored .aiChatModalContent {
    min-width: 0 !important;
    max-width: 95vw !important;
    width: 95vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .aiChatModal {
    padding: 0.25rem !important;
  }
  .aiChatModalContent {
    max-height: 90vh !important;
  }
  .aiTitle {
    font-size: 0.9rem !important;
  }
  .aiSubtitle {
    font-size: 0.7rem !important;
  }
  .aiMessagesContainer {
    max-height: 35vh !important;
    padding: 0.5rem !important;
  }
  .aiInputForm {
    padding: 0.5rem !important;
  }
  .quickPromptsSection {
    padding: 0.5rem !important;
  }
}
@media (max-width: 390px) {
  .aiChatModalContent {
    min-width: 0 !important;
    max-width: 95vw !important;
    width: 95vw !important;
  }
  .aiChatModalAnchored .aiChatModalContent {
    min-width: 0 !important;
    max-width: 95vw !important;
    width: 95vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 768px) {
  .advancedFilters,
  .advancedFilters * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    position: static !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .filtersGrid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 1rem !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    margin: 1rem 0 !important;
  }
  .filterSection {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding: 1rem !important;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    margin-bottom: 1rem !important;
  }
  .filterSection h3 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin: 0 0 0.5rem 0 !important;
  }
  .filterDropdown {
    display: block !important;
    width: 100% !important;
  }
  .customFilterDropdown {
    display: block !important;
    width: 100% !important;
  }
  .filterSection h3,
  .filterSection span,
  .filterSection div,
  .filterSection label {
    color: #1f2937 !important;
    font-size: 0.9rem !important;
  }
  .filterDropdown select,
  .filterDropdown input {
    display: block !important;
    width: 100% !important;
    padding: 0.5rem !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    background: white !important;
    color: #1f2937 !important;
  }
}
@media (max-width: 480px) {
  .filtersGrid {
    padding: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .filterSection {
    padding: 0.75rem !important;
  }
  .filterSection h3 {
    font-size: 0.9rem !important;
  }
}
* {
  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;
  background-color: #ffffff;
  background: #ffffff;
}
html {
  background-color: #ffffff;
  background: #ffffff;
}
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;
  }
}
.bg-white, .bg-[#ffffff] {
  color: #111827;
}
.bg-white input, .bg-white textarea, .bg-white select, .bg-[#ffffff] input, .bg-[#ffffff] textarea, .bg-[#ffffff] select {
  color: #111827;
}
.bg-white ::-moz-placeholder, .bg-[#ffffff] ::-moz-placeholder {
  color: #9ca3af;
}
.bg-white ::placeholder, .bg-[#ffffff] ::placeholder {
  color: #9ca3af;
}
.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-\[\#7C4FE6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 79 230 / 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-\[\#8256E7\]\/10:hover {
  background-color: rgb(130 86 231 / 0.1);
}
.hover\:bg-\[\#8256E7\]\/20:hover {
  background-color: rgb(130 86 231 / 0.2);
}
.hover\:bg-\[\#8256E7\]\/90:hover {
  background-color: rgb(130 86 231 / 0.9);
}
.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-\[\#7C4FE6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(124 79 230 / 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-\[\#8256E7\]\/80:hover {
  color: rgb(130 86 231 / 0.8);
}
.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-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\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:left-4:focus {
  left: 1rem;
}
.focus\:top-4:focus {
  top: 1rem;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:z-50:focus {
  z-index: 50;
}
.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}
.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-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:shadow-lg:focus {
  --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);
}
.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-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 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-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.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-6 {
    margin-bottom: 1.5rem;
  }
  .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-5 {
    height: 1.25rem;
  }
  .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-5 {
    width: 1.25rem;
  }
  .sm\:w-7 {
    width: 1.75rem;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .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-end {
    justify-content: flex-end;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .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-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)));
  }
  .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-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .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\:max-h-64 {
    max-height: 16rem;
  }
  .md\:max-h-96 {
    max-height: 24rem;
  }
  .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\:flex-1 {
    flex: 1 1 0%;
  }
  .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-0 {
    gap: 0px;
  }
  .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-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)));
  }
  .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;
  }
}
@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-80 {
    width: 20rem;
  }
  .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\:gap-8 {
    gap: 2rem;
  }
  .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;
  }
}
