.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;
  }
}
._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_1sysk_2 {
  min-height: 100vh;
  background: #f9fafb;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
._layout_1sysk_14 {
  display: flex;
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
._sidebar_1sysk_25 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  background: #FFFFFF !important;
  color: #1F2937;
  display: flex;
  flex-direction: column;
  z-index: 100;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
}
._sidebarContent_1sysk_42 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 24px 16px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
._sidebarContent_1sysk_42::-webkit-scrollbar {
  width: 6px;
}
._sidebarContent_1sysk_42::-webkit-scrollbar-track {
  background: transparent;
}
._sidebarContent_1sysk_42::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
._sidebarContent_1sysk_42::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
._sidebarHeader_1sysk_72 {
  padding: 0 0 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
._sidebarTitle_1sysk_78 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._sidebarSection_1sysk_85 {
  margin-bottom: 32px;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}
._sidebarSection_1sysk_85:has(._sidebarFiltersToggle_1sysk_93) {
  display: flex;
  flex-direction: column;
}
._sidebarSection_1sysk_85:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  opacity: 0.3;
}
._sectionLabel_1sysk_109 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  padding: 0 4px;
}
._sidebarSearch_1sysk_120 {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  height: 64px;
  width: 100%;
}
._sidebarSearch_1sysk_120:focus-within {
  border-color: #8256E7;
  box-shadow: 0 4px 24px rgba(130, 86, 231, 0.12);
  transform: translateY(-1px);
}
._sidebarSearchInput_1sysk_139 {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1rem;
  color: #1a1a1a;
  background: transparent !important;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
._sidebarSearchInput_1sysk_139::-moz-placeholder {
  color: #9ca3af;
}
._sidebarSearchInput_1sysk_139::placeholder {
  color: #9ca3af;
}
._sidebarSearchInput_1sysk_139:focus,
._sidebarSearchInput_1sysk_139:active,
._sidebarSearchInput_1sysk_139:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
._sidebarSearchButton_1sysk_167 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 48px;
  min-height: 48px;
  flex-shrink: 0;
}
._sidebarSearchButton_1sysk_167:hover {
  background: #6B45C1;
}
._sidebarSearchButton_1sysk_167 svg {
  width: 16px;
  height: 16px;
}
._sidebarFilters_1sysk_93 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
._sidebarFilterItem_1sysk_202 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._sidebarFilterLabel_1sysk_208 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
._sidebarFilterItem_1sysk_202 .customDropdown {
  font-size: 1rem;
}
._sidebarFilterItem_1sysk_202 .dropdownTrigger {
  padding: 12px 16px;
  min-height: 44px;
  font-size: 1rem;
  border-radius: 8px;
}
._sidebarFilterItem_1sysk_202 .option {
  padding: 12px 16px;
  font-size: 1rem;
  min-height: 44px;
  display: flex;
  align-items: center;
}
._sidebarFiltersToggle_1sysk_93 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  justify-content: space-between;
  min-height: 40px;
}
._sidebarFiltersToggle_1sysk_93:hover {
  background: rgba(130, 86, 231, 0.05);
  color: #374151;
  border-color: #8256E7;
}
._sidebarFiltersToggle_1sysk_93 svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
._sidebarHolidayBadge_1sysk_266 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  justify-content: space-between;
  min-height: 40px;
}
._sidebarHolidayBadge_1sysk_266:hover {
  background: rgba(130, 86, 231, 0.05);
  color: #374151;
  border-color: #8256E7;
}
._sidebarHolidayBadge_1sysk_266._active_1sysk_290 {
  background: rgba(130, 86, 231, 0.1);
  color: #8256E7;
  border-color: #8256E7;
  font-weight: 600;
}
._sidebarHolidayToggle_1sysk_297 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
  min-height: 44px;
}
._sidebarHolidayToggle_1sysk_297:hover {
  background: rgba(130, 86, 231, 0.05);
  color: #374151;
  border-color: #8256E7;
}
._sidebarHolidayToggle_1sysk_297._active_1sysk_290 {
  color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
  border-color: #8256E7;
}
._sidebarHolidayToggle_1sysk_297 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
._sidebarAIChat_1sysk_334 {
  margin-top: auto;
  border-top: 1px solid #e5e7eb;
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-height: 60vh;
  background: #f9fafb;
}
._sidebarAIChatHeader_1sysk_344 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
._sidebarAIChatTitle_1sysk_351 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}
._sidebarAIChatTitle_1sysk_351 svg {
  width: 18px;
  height: 18px;
}
._sidebarAIChatClose_1sysk_365 {
  padding: 4px;
  background: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
._sidebarAIChatClose_1sysk_365:hover {
  background: #e5e7eb;
  color: #1f2937;
}
._sidebarQuickPrompts_1sysk_380 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
._sidebarQuickPrompt_1sysk_380 {
  padding: 12px 16px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  color: #374151;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  min-height: 44px;
  display: flex;
  align-items: center;
}
._sidebarQuickPrompt_1sysk_380:hover {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.05);
}
._sidebarQuickPrompt_1sysk_380:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._sidebarAIMessages_1sysk_412 {
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-right: 8px;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
}
._sidebarAIMessage_1sysk_412 {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
._sidebarAIMessage_1sysk_412._user_1sysk_430 {
  flex-direction: row-reverse;
}
._sidebarAIMessage_1sysk_412 svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
._sidebarAIMessageContent_1sysk_441 {
  flex: 1;
  padding: 12px 16px;
  background: white;
  border-radius: 8px;
  font-size: 1rem;
  color: #374151;
  line-height: 1.5;
}
._sidebarAIMessage_1sysk_412._user_1sysk_430 ._sidebarAIMessageContent_1sysk_441 {
  background: #8256E7;
  color: white;
}
._sidebarAIInputForm_1sysk_460 {
  display: flex;
  gap: 8px;
}
._sidebarAIInput_1sysk_460 {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  color: #1f2937;
  background: #ffffff;
  outline: none;
}
._sidebarAIInput_1sysk_460:focus {
  border-color: #8256E7;
}
._sidebarAISubmitButton_1sysk_480 {
  padding: 12px 16px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  min-width: 44px;
  min-height: 44px;
}
._sidebarAISubmitButton_1sysk_480:hover:not(:disabled) {
  background: #6B45C1;
}
._sidebarAISubmitButton_1sysk_480:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._sidebarAISubmitButton_1sysk_480 svg {
  width: 18px;
  height: 18px;
}
._sidebarAISuggestions_1sysk_509 {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
._sidebarAISuggestionsHeader_1sysk_515 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 8px;
}
._sidebarAISuggestionsList_1sysk_522 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._sidebarAISuggestionItem_1sysk_528 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  min-height: 44px;
}
._sidebarAISuggestionItem_1sysk_528:hover {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.05);
}
._sidebarAISuggestionContent_1sysk_546 {
  flex: 1;
}
._sidebarAISuggestionTitle_1sysk_550 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}
._sidebarAISuggestionDetails_1sysk_557 {
  font-size: 0.875rem;
  color: #6b7280;
}
._sidebarAISuggestionArrow_1sysk_562 {
  color: #8256E7;
  font-size: 1rem;
  margin-left: 8px;
}
._sidebarUpgradePrompt_1sysk_568 {
  margin-top: auto;
  padding: 16px;
  background:
    linear-gradient(
      to right,
      #8256E7,
      #6B45C1);
  border-radius: 12px;
  color: white;
  font-size: 0.875rem;
  margin-bottom: 16px;
  flex-shrink: 0;
}
._sidebarUpgradePrompt_1sysk_568 p {
  margin: 0 0 12px 0;
  opacity: 0.95;
  line-height: 1.5;
}
._sidebarUpgradeButton_1sysk_585 {
  width: 100%;
  padding: 12px;
  background: white;
  color: #8256E7;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  min-height: 44px;
}
._sidebarUpgradeButton_1sysk_585:hover {
  background: #f3f4f6;
}
._mainContent_1sysk_605 {
  flex: 1;
  padding: 32px 48px;
  margin-left: 280px;
  width: calc(100% - 280px);
  min-width: 0;
  background: #f9fafb;
}
._header_1sysk_614 {
  background: #8256E7;
  padding: 4rem 0;
  text-align: center;
  color: white;
  position: relative;
}
._headerContent_1sysk_622 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
._header_1sysk_614 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_1sysk_614 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_1sysk_649 {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
}
._pageHeader_1sysk_657 {
  margin-bottom: 32px;
  padding: 32px 0 24px 0;
  text-align: center;
}
._pageTitle_1sysk_663 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
._pageSubtitle_1sysk_671 {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._filterContainer_1sysk_681 {
  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_1sysk_691 {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  position: relative;
  overflow: visible;
  z-index: 10;
}
._searchBar_1sysk_691 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_1sysk_691 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_1sysk_722 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
._filterToggle_1sysk_722 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_1sysk_722 button:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f0e7ff;
}
._filterToggle_1sysk_722 svg {
  width: 16px;
  height: 16px;
}
._activeFiltersCount_1sysk_755 {
  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_1sysk_767 {
  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_1sysk_1 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes _filtersPanelSlideIn_1sysk_1 {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._filtersHeader_1sysk_795 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
._filtersTitle_1sysk_803 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._clearAllButton_1sysk_810 {
  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_1sysk_810:hover {
  background-color: #fee2e2;
  border-color: #fecaca;
  color: #dc2626;
}
._filtersGrid_1sysk_831 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
._filterSection_1sysk_837 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._filterSection_1sysk_837 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._filterCount_1sysk_853 {
  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_1sysk_865 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}
._filterButton_1sysk_872 {
  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_1sysk_872::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_1sysk_872:hover::before {
  left: 0;
}
._filterButton_1sysk_872:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
._filterButton_1sysk_872._active_1sysk_290 {
  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_1sysk_872._active_1sysk_290::before {
  display: none;
}
._sortControls_1sysk_928 {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}
._sortControls_1sysk_928 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1f2937;
}
._sortOptions_1sysk_941 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._sortOptions_1sysk_941 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_1sysk_941 select:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.15);
}
._sortOrderButton_1sysk_967 {
  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_1sysk_967:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f7f3ff;
  transform: translateY(-1px);
}
._resultsInfo_1sysk_990 {
  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_1sysk_990 p {
  flex: 1;
  margin: 0;
}
._brandsGrid_1sysk_1006 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.75rem;
  padding: 1.75rem 0;
  max-width: 100%;
  margin: 0;
}
._brandCard_1sysk_1015 {
  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_1sysk_1 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  padding: 0.75rem;
  text-align: center;
}
._brandCard_1sysk_1015:nth-child(1) {
  animation-delay: 0.1s;
}
._brandCard_1sysk_1015:nth-child(2) {
  animation-delay: 0.15s;
}
._brandCard_1sysk_1015:nth-child(3) {
  animation-delay: 0.2s;
}
._brandCard_1sysk_1015:nth-child(4) {
  animation-delay: 0.25s;
}
._brandCard_1sysk_1015:nth-child(5) {
  animation-delay: 0.3s;
}
._brandCard_1sysk_1015:nth-child(6) {
  animation-delay: 0.35s;
}
._brandCard_1sysk_1015:nth-child(7) {
  animation-delay: 0.4s;
}
._brandCard_1sysk_1015:nth-child(8) {
  animation-delay: 0.45s;
}
._brandCard_1sysk_1015:nth-child(9) {
  animation-delay: 0.5s;
}
@keyframes _cardFadeIn_1sysk_1 {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._brandCard_1sysk_1015:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
._clickableCard_1sysk_1057 {
  cursor: pointer;
}
._clickableCard_1sysk_1057: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_1sysk_1067 {
  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_1sysk_1067 > 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_1sysk_1067 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
._brandInfo_1sysk_1102 {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  text-align: center;
}
._brandInfo_1sysk_1102 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1f2937;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
._brandMeta_1sysk_1120 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  align-items: center;
  justify-content: center;
}
._category_1sysk_1129 {
  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_1sysk_1139 {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #f9fafb;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
._contactType_1sysk_1148 {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
._contactType_1sysk_1148._agency_1sysk_1157 {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
._contactType_1sysk_1148._direct_1sysk_1163 {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
._description_1sysk_1170 {
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}
._tags_1sysk_1177 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: center;
}
._tag_1sysk_1177 {
  padding: 0.25rem 0.75rem;
  background-color: #f0e7ff;
  color: #8256e7;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
._brandActions_1sysk_1194 {
  display: flex;
  gap: 0.125rem;
  margin-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
._websiteLink_1sysk_1204,
._contactsLink_1sysk_1204,
._detailsLink_1sysk_1204 {
  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_1sysk_1204 {
  background-color: #8256e7;
  color: white;
}
._websiteLink_1sysk_1204:hover {
  background-color: #6b45c1;
}
._websiteLink_1sysk_1204._disabled_1sysk_1232 {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}
._websiteLink_1sysk_1204._disabled_1sysk_1232:hover {
  background-color: #f5f5f5;
  transform: none;
}
._contactsLink_1sysk_1204 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsLink_1sysk_1204:hover {
  background-color: #e6e6e6;
}
._detailsLink_1sysk_1204 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsLink_1sysk_1204:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1200px) {
  ._brandActions_1sysk_1194 {
    flex-direction: column;
    gap: 0.25rem;
  }
  ._websiteLink_1sysk_1204,
  ._contactsLink_1sysk_1204,
  ._detailsLink_1sysk_1204,
  ._revealContactsBtn_1sysk_1268 {
    padding: 0.375rem 0.375rem;
    font-size: 0.7rem;
    min-height: 1.75rem;
  }
}
._noBrands_1sysk_1275 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  color: #6c757d;
}
._noBrandsSubtext_1sysk_1282 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #8b949e;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
._resetButton_1sysk_1291 {
  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_1sysk_1291: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_1sysk_614 h1 {
    font-size: 2rem;
  }
  ._header_1sysk_614 p {
    font-size: 1rem;
  }
  ._contentContainer_1sysk_649 {
    padding: 0;
  }
  ._brandsGrid_1sysk_1006 {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
  }
  ._brandCard_1sysk_1015 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  ._brandCardContent_1sysk_1345 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  ._brandCardImage_1sysk_1351 {
    width: 100%;
    height: auto;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  ._filterContainer_1sysk_681 {
    padding: 1rem 0;
  }
  ._brandActions_1sysk_1194 {
    gap: 0.125rem;
  }
  ._websiteLink_1sysk_1204,
  ._contactsLink_1sysk_1204,
  ._detailsLink_1sysk_1204,
  ._revealContactsBtn_1sysk_1268 {
    padding: 0.25rem 0.25rem;
    font-size: 0.6rem;
    min-height: 1.5rem;
  }
  ._advancedFilters_1sysk_767 {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  ._filtersHeader_1sysk_795 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._filtersTitle_1sysk_803 {
    font-size: 1.125rem;
    text-align: center;
  }
  ._clearAllButton_1sysk_810 {
    align-self: center;
  }
  ._filtersGrid_1sysk_831 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._filterOptions_1sysk_865 {
    gap: 0.5rem;
  }
  ._filterButton_1sysk_872 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    min-height: 2.25rem;
  }
  ._sortOptions_1sysk_941 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  ._sortOptions_1sysk_941 select {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 480px) {
  ._advancedFilters_1sysk_767 {
    padding: 1rem;
    gap: 1.25rem;
  }
  ._filtersTitle_1sysk_803 {
    font-size: 1rem;
  }
  ._clearAllButton_1sysk_810 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  ._filterSection_1sysk_837 h3 {
    font-size: 0.9rem;
  }
  ._filterButton_1sysk_872 {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    min-height: 2rem;
  }
  ._sortOrderButton_1sysk_967 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}
._brandLogo_1sysk_1451 {
  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_1sysk_1465 {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  animation: _pulse_1sysk_1 1.5s ease-in-out infinite alternate;
}
._skeletonImage_1sysk_1474 {
  width: 80px;
  height: 80px;
  background: var(--border);
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonContent_1sysk_1482 {
  padding: 0;
  text-align: center;
}
._skeletonTitle_1sysk_1487 {
  width: 80%;
  height: 1.25rem;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.5rem;
}
._skeletonText_1sysk_1495 {
  width: 100%;
  height: 1rem;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.25rem;
}
._skeletonText_1sysk_1495:last-child {
  width: 60%;
  margin: 0 auto;
}
._emptyState_1sysk_1508 {
  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_1sysk_1508 svg {
  opacity: 0.3;
}
._emptyState_1sysk_1508 h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
._emptyState_1sysk_1508 p {
  margin: 0;
  font-size: 1.1rem;
}
@keyframes _pulse_1sysk_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._amazonCard_1sysk_1543 {
  background: #232E3E !important;
  color: #ffffff !important;
}
._amazonCard_1sysk_1543 h3 {
  color: #ffffff !important;
}
._amazonCard_1sysk_1543 p {
  color: rgba(255, 255, 255, 0.8) !important;
}
._amazonCard_1sysk_1543 ._text-gray-600_1sysk_1556 {
  color: rgba(255, 255, 255, 0.7) !important;
}
._amazonCard_1sysk_1543:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-4px) !important;
}
._amazonCard_1sysk_1543 button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
._amazonCard_1sysk_1543 ._bg-gray-100_1sysk_1569 {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
._pagination_1sysk_1575 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e9ecef;
}
._paginationInfo_1sysk_1585 {
  font-size: 0.9rem;
  color: #6c757d;
  text-align: center;
}
._paginationControls_1sysk_1591 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
._paginationButton_1sysk_1599 {
  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_1sysk_1599:hover:not(._disabled_1sysk_1232) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._paginationButton_1sysk_1599._disabled_1sysk_1232 {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f8f9fa;
  color: #6c757d;
}
._paginationButton_1sysk_1599._disabled_1sysk_1232:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
._pageNumbers_1sysk_1637 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._pageButton_1sysk_1643 {
  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_1sysk_1643:hover:not(._disabled_1sysk_1232) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._pageButton_1sysk_1643._active_1sysk_290 {
  background-color: #8256e7;
  border-color: #8256e7;
  color: white;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.3);
}
._pageButton_1sysk_1643._active_1sysk_290:hover {
  background-color: #7c4fd8;
  border-color: #7c4fd8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.4);
}
._pageButton_1sysk_1643._ellipsis_1sysk_1681 {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  min-width: auto;
  padding: 0 0.5rem;
}
._pageButton_1sysk_1643._ellipsis_1sysk_1681:hover {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}
._pageButton_1sysk_1643._disabled_1sysk_1232 {
  opacity: 0.5;
  cursor: not-allowed;
}
._pageButton_1sysk_1643._disabled_1sysk_1232:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
@media (max-width: 768px) {
  ._paginationControls_1sysk_1591 {
    flex-direction: column;
    gap: 1rem;
  }
  ._pageNumbers_1sysk_1637 {
    order: 2;
  }
  ._paginationButton_1sysk_1599 {
    order: 1;
  }
  ._pageButton_1sysk_1643 {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8rem;
  }
}
._filterDropdown_1sysk_1733 {
  margin-top: 0.5rem;
}
._customFilterDropdown_1sysk_1737 {
  margin-top: 0.5rem;
}
._customSortDropdown_1sysk_1741 {
  flex: 1;
  margin-right: 0.5rem;
}
._filterSelect_1sysk_1746 {
  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_1sysk_1746:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._filterSelect_1sysk_1746:hover {
  border-color: #8256e7;
}
._multiSelectContainer_1sysk_1780 {
  position: relative;
  width: 100%;
}
._multiSelectDisplay_1sysk_1785 {
  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_1sysk_1785:hover {
  border-color: #8256e7;
}
._multiSelectContainer_1sysk_1780:focus-within ._multiSelectDisplay_1sysk_1785 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._placeholder_1sysk_1810 {
  color: #6b7280;
  font-style: italic;
}
._selectedCount_1sysk_1815 {
  color: #8256e7;
  font-weight: 600;
}
._multiSelectOptions_1sysk_1820 {
  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_1sysk_1780:hover ._multiSelectOptions_1sysk_1820,
._multiSelectContainer_1sysk_1780:focus-within ._multiSelectOptions_1sysk_1820 {
  display: block;
}
._multiSelectOption_1sysk_1820 {
  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_1sysk_1820:hover {
  background-color: #f8f9fa;
}
._multiSelectOption_1sysk_1820 input[type=checkbox] {
  display: none;
}
._checkbox_1sysk_1860 {
  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_1sysk_1820 input[type=checkbox]:checked + ._checkbox_1sysk_1860 {
  background-color: #8256e7;
  border-color: #8256e7;
}
._multiSelectOption_1sysk_1820 input[type=checkbox]:checked + ._checkbox_1sysk_1860::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 0.125rem;
}
._multiSelectOption_1sysk_1820 input[type=checkbox]:checked + ._checkbox_1sysk_1860 + span {
  color: #8256e7;
  font-weight: 500;
}
@media (max-width: 768px) {
  ._filterSelect_1sysk_1746,
  ._multiSelectDisplay_1sysk_1785 {
    font-size: 0.8rem;
    padding: 0.625rem 0.875rem;
  }
  ._multiSelectOptions_1sysk_1820 {
    max-height: 150px;
  }
  ._multiSelectOption_1sysk_1820 {
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
  }
}
._searchSection_1sysk_1911 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6b45c1 100%);
  padding: 3rem 2rem;
  text-align: center;
  color: white;
}
._searchContainer_1sysk_1918 {
  max-width: 800px;
  margin: 0 auto;
}
._searchContainer_1sysk_1918 h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}
._searchContainer_1sysk_1918 p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  color: white;
}
._heroSearchBar_1sysk_1938 {
  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_1sysk_1938:focus-within {
  box-shadow: 0 8px 24px rgba(130, 86, 231, 0.15);
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #8256e7;
}
._heroSearchInput_1sysk_1957 {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  font-size: 1.1rem;
  background: #f8fafc;
  color: #333;
}
._heroSearchInput_1sysk_1957::-moz-placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchInput_1sysk_1957::placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchButton_1sysk_1972 {
  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_1sysk_1972:hover {
  background: #6b45c1;
  transform: scale(1.05);
}
._heroSearchButton_1sysk_1972:active {
  transform: scale(0.95);
}
._aiChatButtonContainer_1sysk_1994 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._actionButtonsContainer_1sysk_2001 {
  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_1sysk_2001,
body.mobile-menu-open ._aiChatButtonContainer_1sysk_1994,
body.mobile-menu-open ._requestBrandButtonContainer_1sysk_2017,
body.mobile-menu-open ._holidayButtonContainer_1sysk_2018,
body.mobile-menu-open ._aiChatButton_1sysk_1994,
body.mobile-menu-open ._requestBrandButton_1sysk_2017,
body.mobile-menu-open ._holidayButton_1sysk_2018 {
  pointer-events: none !important;
  filter: blur(2px) brightness(0.95);
}
._aiChatButtonContainer_1sysk_1994 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 900;
  pointer-events: auto;
  transform: translateZ(0);
}
._requestBrandButtonContainer_1sysk_2017 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 900;
  pointer-events: auto;
  transform: translateZ(0);
}
._aiChatButton_1sysk_1994,
._requestBrandButton_1sysk_2017,
._holidayButton_1sysk_2018 {
  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_1sysk_1994:hover,
._requestBrandButton_1sysk_2017:hover,
._holidayButton_1sysk_2018:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
._holidayButtonContainer_1sysk_2018 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
._holidayModeBanner_1sysk_2101 {
  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_1sysk_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModeContent_1sysk_2111 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._holidayModeIcon_1sysk_2117 {
  color: white;
  flex-shrink: 0;
}
._holidayModeText_1sysk_2122 {
  flex: 1;
}
._holidayModeText_1sysk_2122 h3 {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
._holidayModeText_1sysk_2122 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  margin: 0;
}
._exitHolidayMode_1sysk_2139 {
  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_1sysk_2139:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
@keyframes _slideDown_1sysk_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._holidayLocationInline_1sysk_2169 {
  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_1sysk_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayLocationInlineContent_1sysk_2187 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  overflow: hidden;
}
._holidayLocationHeader_1sysk_2197 {
  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_1sysk_2207 {
  color: white;
  flex-shrink: 0;
}
._holidayLocationTitle_1sysk_2212 {
  flex: 1;
}
._holidayLocationTitle_1sysk_2212 h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
._holidayLocationTitle_1sysk_2212 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
}
._closeHolidayLocation_1sysk_2229 {
  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_1sysk_2229:hover {
  background: rgba(255, 255, 255, 0.3);
}
._holidayLocationGrid_1sysk_2250 {
  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_1sysk_2262 {
  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_1sysk_2262:hover {
  background: #f3f0ff;
  border-color: #8256E7;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.15);
}
._holidayLocationFlag_1sysk_2283 {
  font-size: 1.5rem;
  line-height: 1;
}
._holidayLocationName_1sysk_2288 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
@keyframes _fadeIn_1sysk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _slideUp_1sysk_1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._aiChatModal_1sysk_2315 {
  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_1sysk_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._aiChatModalAnchored_1sysk_2333 {
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0;
}
._holidayModal_1sysk_2341 {
  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_1sysk_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._holidayModalContent_1sysk_2359 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 1200px;
  max-height: 80vh;
  overflow: hidden;
}
._requestBrandModal_1sysk_2370 {
  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: flex-start !important;
  z-index: 10000;
  padding: 0 !important;
  animation: _fadeIn_1sysk_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._requestBrandModalAnchored_1sysk_2387 {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}
@keyframes _fadeIn_1sysk_1 {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(20px);
    transform: scale(1);
  }
}
._aiChatModalContent_1sysk_2406 {
  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_1sysk_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  position: relative;
}
._aiChatModalContentAnchored_1sysk_2423 {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
@keyframes _slideUp_1sysk_1 {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._requestBrandModalContent_1sysk_2440 {
  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_1sysk_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  position: relative;
}
._requestBrandModalContentAnchored_1sysk_2457 {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  max-width: 400px;
  width: 400px;
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  ._aiChatModal_1sysk_2315 {
    align-items: center !important;
    padding: 1.5rem;
  }
  ._aiChatModalContent_1sysk_2406 {
    margin: 0;
  }
  ._requestBrandModalAnchored_1sysk_2387 {
    padding: 0 !important;
  }
  ._requestBrandModalContentAnchored_1sysk_2457 {
    margin: 0 !important;
  }
}
._aiChatHeader_1sysk_2486 {
  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_1sysk_2498 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #1a1a1a;
}
._aiIconContainer_1sysk_2505 {
  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_1sysk_2517 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._aiTitle_1sysk_2517 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}
._aiSubtitle_1sysk_2531 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.2;
  margin: 0;
}
._statusIndicator_1sysk_2539 {
  width: 12px;
  height: 12px;
  background-color: #8256E7;
  border-radius: 50%;
  animation: _pulse_1sysk_1 2s infinite;
}
._aiChatControls_1sysk_2547 {
  display: flex;
  gap: 0.5rem;
}
._clearChatBtn_1sysk_2552,
._closeChatBtn_1sysk_2553 {
  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_1sysk_2552 {
  background-color: #f3f4f6;
  color: #666;
}
._closeChatBtn_1sysk_2553 {
  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_1sysk_2552:hover {
  background-color: #e5e7eb;
}
._closeChatBtn_1sysk_2553:hover {
  background-color: #f3f4f6;
  color: #374151;
}
._aiMessagesContainer_1sysk_2591 {
  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_1sysk_2591 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
._aiMessage_1sysk_2591 {
  display: flex;
  gap: 0.75rem;
  max-width: 85%;
}
._aiMessage_1sysk_2591._user_1sysk_430 {
  align-self: flex-end;
  flex-direction: row-reverse;
}
._aiAvatar_1sysk_2619,
._userAvatar_1sysk_2620 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._aiAvatar_1sysk_2619 {
  background-color: #8256e7;
  color: white;
}
._userAvatar_1sysk_2620 {
  background-color: #f3f4f6;
  color: #666;
}
._messageWrapper_1sysk_2640 {
  flex: 1;
  min-width: 0;
}
._messageContent_1sysk_2645 {
  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_1sysk_2591._user_1sysk_430 ._messageContent_1sysk_2645 {
  background-color: #8256e7;
  color: white;
}
._messageContext_1sysk_2660 {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(130, 86, 231, 0.05);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
._contactLimit_1sysk_2668 {
  color: #8256e7;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
._brandCount_1sysk_2674 {
  color: #6c757d;
  font-size: 0.8rem;
}
._navigationSuggestions_1sysk_2679 {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
._suggestionsHeader_1sysk_2687 {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
._suggestionsList_1sysk_2694 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._suggestionItem_1sysk_2700 {
  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_1sysk_2700:hover {
  border-color: #8256e7;
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.15);
  transform: translateY(-1px);
}
._suggestionContent_1sysk_2719 {
  flex: 1;
}
._suggestionTitle_1sysk_2723 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
}
._suggestionDetails_1sysk_2729 {
  font-size: 0.8rem;
  color: #6c757d;
}
._suggestionArrow_1sysk_2734 {
  color: #8256e7;
  font-weight: bold;
  font-size: 1.2rem;
}
._messageTime_1sysk_2740 {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.25rem;
  text-align: right;
}
._typingIndicator_1sysk_2747 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}
._typingDot_1sysk_2754 {
  width: 6px;
  height: 6px;
  background-color: #8256e7;
  border-radius: 50%;
  animation: _typing_1sysk_2747 1.4s infinite ease-in-out;
}
._typingDot_1sysk_2754:nth-child(2) {
  animation-delay: 0.2s;
}
._typingDot_1sysk_2754:nth-child(3) {
  animation-delay: 0.4s;
}
._aiInputForm_1sysk_2770 {
  padding: 1.5rem;
  border-top: 1px solid #e5e5e5;
  flex-shrink: 0;
  background-color: #fafafa;
}
._inputWrapper_1sysk_2777 {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}
._aiInput_1sysk_2770 {
  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_1sysk_2770:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
  background-color: #fafafa;
}
._aiSubmitButton_1sysk_2801 {
  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_1sysk_2801._active_1sysk_290 {
  background-color: #8256e7;
  color: white;
}
._aiSubmitButton_1sysk_2801:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._quickPromptsSection_1sysk_2826 {
  margin: 0;
  padding: 1.5rem;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
._quickPromptsTitle_1sysk_2833 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 1.5rem;
  text-align: left;
  letter-spacing: -0.025em;
  position: relative;
}
._quickPromptsTitle_1sysk_2833::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 30px;
  height: 2px;
  background: #9ca3af;
  border-radius: 1px;
}
._quickPrompts_1sysk_2826 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
._quickPrompt_1sysk_2826 {
  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_1sysk_2882 {
  flex: 1;
  line-height: 1.3;
}
._quickPrompt_1sysk_2826:hover:not(:disabled) {
  background-color: #e5e7eb;
  border-color: #d1d5db;
  transform: none;
  box-shadow: none;
  color: #374151;
}
._categoriesSection_1sysk_2896 {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_1sysk_2896 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_1sysk_2909 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._categoryCard_1sysk_2917 {
  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_1sysk_2917:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_1sysk_2933 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_1sysk_2917 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_1sysk_2917 p {
  color: #666;
  font-size: 0.9rem;
}
._viewAllCategoriesSection_1sysk_2951 {
  margin-top: 2rem;
}
._viewAllCategoriesButton_1sysk_2955 {
  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_1sysk_2955:hover {
  background-color: #6b45c1;
}
._featuredSection_1sysk_2971 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: white;
}
._featuredSection_1sysk_2971 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_1sysk_2984 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}
._featuredBrandsGrid_1sysk_2993 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto 2rem;
}
._featuredBrandCard_1sysk_3001 {
  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_1sysk_3001:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_1sysk_1067 {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
}
._featuredBadge_1sysk_3029,
._trendingBadge_1sysk_3030 {
  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_1sysk_3029 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_1sysk_3030 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_1sysk_1102 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_1sysk_1102 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_1sysk_1120 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_1sysk_1129 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_1sysk_1139,
._year_1sysk_3083 {
  color: #6c757d;
  font-size: 0.9rem;
}
._description_1sysk_1170 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
}
._budget_1sysk_3096 {
  margin-bottom: 1rem;
}
._budget_1sysk_3096 span {
  font-weight: 600;
  color: #333;
}
._brandActions_1sysk_1194 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
._revealContactsBtn_1sysk_1268 {
  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_1sysk_1268: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_1sysk_1268:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (min-width: 1024px) {
  ._brandActions_1sysk_1194 {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  ._revealContactsBtn_1sysk_1268 {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    min-height: 2rem;
    order: 1;
  }
  ._websiteLink_1sysk_1204,
  ._contactsLink_1sysk_1204,
  ._detailsLink_1sysk_1204 {
    flex: 0 0 auto;
    min-width: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    min-height: 2rem;
  }
}
._websiteLink_1sysk_1204,
._contactButton_1sysk_3174,
._detailsLink_1sysk_1204 {
  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_1sysk_1204 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._contactButton_1sysk_3174 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
  cursor: pointer;
}
._detailsLink_1sysk_1204 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._websiteLink_1sysk_1204:hover,
._detailsLink_1sysk_1204:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}
._contactButton_1sysk_3174:hover {
  background-color: #6b45c1;
  border-color: #6b45c1;
  transform: translateY(-1px);
}
._viewAllBrandsSection_1sysk_3220 {
  margin-top: 2rem;
}
._viewAllBrandsButton_1sysk_3224 {
  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_1sysk_3224:hover {
  background-color: #6b45c1;
}
._categoryCardSkeleton_1sysk_3240,
._brandCardSkeleton_1sysk_1465 {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  animation: _pulse_1sysk_1 1.5s ease-in-out infinite alternate;
}
._skeletonIcon_1sysk_3248 {
  width: 48px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonTitle_1sysk_1487 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto 0.5rem;
}
._skeletonCount_1sysk_3264 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto;
}
._skeletonImage_1sysk_1474 {
  width: 100%;
  height: 150px;
  background-color: #e9ecef;
  border-radius: 0.75rem 0.75rem 0 0;
}
._skeletonBrandInfo_1sysk_3279 {
  padding: 1.5rem;
}
._skeletonBrandName_1sysk_3283 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
._skeletonBrandMeta_1sysk_3291 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
._skeletonDescription_1sysk_3299 {
  width: 100%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
._emptyState_1sysk_1508 {
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_1sysk_1508 p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@keyframes _spin_1sysk_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _pulse_1sysk_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes _typing_1sysk_2747 {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}
._browseSection_1sysk_3339 {
  background-color: #f8f9fa;
  padding: 0 0 2rem 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  ._pageHeader_1sysk_657 {
    margin-bottom: 24px;
    padding: 24px 16px 20px 16px;
  }
  ._pageTitle_1sysk_663 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  ._pageSubtitle_1sysk_671 {
    font-size: 0.875rem;
    padding: 0 16px;
  }
  ._searchContainer_1sysk_1918 h1 {
    font-size: 2rem;
  }
  ._searchContainer_1sysk_1918 p {
    font-size: 1rem;
  }
  ._aiChatButton_1sysk_1994 {
    width: 100%;
    justify-content: center;
  }
  ._actionButtonsContainer_1sysk_2001 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._requestBrandButtonContainer_1sysk_2017,
  ._aiChatButtonContainer_1sysk_1994 {
    width: 100%;
  }
  ._requestBrandButton_1sysk_2017,
  ._aiChatButton_1sysk_1994 {
    width: 100%;
    justify-content: center;
  }
  ._categoriesSection_1sysk_2896 h2,
  ._featuredSection_1sysk_2971 h2 {
    font-size: 2rem;
  }
  ._categoriesGrid_1sysk_2909 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._featuredBrandsGrid_1sysk_2993 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._aiChatModal_1sysk_2315 {
    padding: 0.75rem !important;
    align-items: center !important;
  }
  ._requestBrandModal_1sysk_2370 {
    padding: 0 !important;
    align-items: flex-start !important;
  }
  ._requestBrandModalAnchored_1sysk_2387 {
    align-items: flex-start !important;
    padding: 0 !important;
  }
  ._requestBrandModalContentAnchored_1sysk_2457 {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    left: 16px !important;
    top: auto !important;
    position: fixed !important;
    margin: 0 !important;
  }
  ._requestBrandModalAnchored_1sysk_2387 {
    align-items: center !important;
    padding: 0.5rem !important;
  }
  ._aiChatModalContent_1sysk_2406,
  ._requestBrandModalContent_1sysk_2440 {
    height: auto !important;
    max-height: 90vh !important;
    width: 100% !important;
    max-width: 95vw !important;
    border-radius: 1rem !important;
    margin: 0 !important;
  }
  ._quickPrompts_1sysk_2826 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  ._quickPrompt_1sysk_2826 {
    min-height: 50px;
    padding: 0.625rem 0.875rem;
  }
  ._aiMessage_1sysk_2591 {
    max-width: 95% !important;
    gap: 0.5rem !important;
  }
  ._aiMessagesContainer_1sysk_2591 {
    min-height: 200px !important;
    max-height: 50vh !important;
    padding: 1rem !important;
  }
  ._aiInput_1sysk_2770 {
    font-size: 16px !important;
    padding: 0.75rem !important;
  }
  ._aiSubmitButton_1sysk_2801 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
  }
  ._quickPrompts_1sysk_2826 {
    gap: 0.5rem !important;
    grid-template-columns: 1fr !important;
  }
  ._quickPrompt_1sysk_2826 {
    min-height: 44px !important;
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
  }
  ._messageContent_1sysk_2645 {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  ._aiAvatar_1sysk_2619,
  ._userAvatar_1sysk_2620 {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }
  ._closeChatBtn_1sysk_2553 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
  }
}
._categoryOverviewSection_1sysk_3513 {
  margin-bottom: 48px;
  padding: 0 0 24px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
._categorySectionHeader_1sysk_3521 {
  text-align: center;
  margin-bottom: 32px;
}
._categorySectionHeader_1sysk_3521 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.2;
}
._categorySectionHeader_1sysk_3521 p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
._categoryGrid_1sysk_3543 {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  overflow-x: auto;
  padding: 16px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-right: 24px;
}
._categoryGrid_1sysk_3543::-webkit-scrollbar {
  height: 6px;
}
._categoryGrid_1sysk_3543::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
._categoryGrid_1sysk_3543::-webkit-scrollbar-thumb {
  background: #8256E7;
  border-radius: 3px;
}
._categoryGrid_1sysk_3543::-webkit-scrollbar-thumb:hover {
  background: #6B45C1;
}
._categoryCard_1sysk_2917 {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  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: 160px;
}
._categoryCard_1sysk_2917:hover {
  border-color: var(--category-color, #8256E7);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
._categoryCard_1sysk_2917::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_1sysk_2917:hover::before {
  transform: scaleX(1);
}
._categoryIcon_1sysk_2933 {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--category-color, #8256E7);
}
._categoryCard_1sysk_2917 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  line-height: 1.2;
}
._categoryCard_1sysk_2917 p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  opacity: 0.9;
}
._brandCount_1sysk_2674 {
  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) {
  ._categoryOverviewSection_1sysk_3513 {
    margin-bottom: 32px;
    padding: 0 0 16px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  ._categorySectionHeader_1sysk_3521 {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  ._categoryGrid_1sysk_3543 {
    gap: 16px;
    margin-top: 16px;
    padding: 12px 16px 12px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._categoryCard_1sysk_2917 {
    min-width: 180px;
    max-width: 180px;
    width: 180px;
    padding: 16px;
    min-height: 150px;
    border-radius: 12px;
  }
  ._categoryCard_1sysk_2917 h3 {
    font-size: 1rem;
    font-weight: 600;
    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: 8px;
  }
  ._categoryCard_1sysk_2917 p {
    font-size: 0.875rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    text-align: center;
    opacity: 0.9;
  }
  ._categorySectionHeader_1sysk_3521 h2 {
    font-size: 1.5rem;
  }
  ._categorySectionHeader_1sysk_3521 p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  ._categoryOverviewSection_1sysk_3513 {
    margin-bottom: 24px;
    padding: 0 0 16px 0;
  }
  ._categorySectionHeader_1sysk_3521 {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  ._categoryGrid_1sysk_3543 {
    gap: 16px;
    margin-top: 16px;
    padding: 8px 16px 8px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._categoryCard_1sysk_2917 {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
    padding: 16px;
    min-height: 140px;
    border-radius: 12px;
  }
  ._categoryCard_1sysk_2917 h3 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
  }
  ._categoryCard_1sysk_2917 p {
    font-size: 0.875rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    text-align: center;
    opacity: 0.9;
  }
  ._categorySectionHeader_1sysk_3521 h2 {
    font-size: 1.5rem;
  }
  ._categorySectionHeader_1sysk_3521 p {
    font-size: 1rem;
  }
}
._categoryNavigation_1sysk_3786 {
  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_1sysk_3798 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._backToCategories_1sysk_3804 {
  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_1sysk_3804:hover {
  background: #6B45C1;
  transform: translateY(-1px);
}
._categoryDivider_1sysk_3821 {
  color: #999;
  font-size: 1.2rem;
}
._currentCategory_1sysk_3826 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
}
._categoryStats_1sysk_3832 {
  display: flex;
  align-items: center;
}
._brandCount_1sysk_2674 {
  background: #e8f2ff;
  color: #8256E7;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
._categoryCardSkeleton_1sysk_3240 {
  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_1sysk_3248 {
  width: 24px;
  height: 24px;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  animation: _skeleton-loading_1sysk_1 1.5s ease-in-out infinite;
}
._skeletonTitle_1sysk_1487 {
  width: 80%;
  height: 16px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 0.25rem;
  animation: _skeleton-loading_1sysk_1 1.5s ease-in-out infinite;
}
._skeletonDescription_1sysk_3299 {
  width: 95%;
  height: 12px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 0.75rem;
  animation: _skeleton-loading_1sysk_1 1.5s ease-in-out infinite;
}
._skeletonCount_1sysk_3264 {
  width: 50%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 12px;
  margin: 0 auto;
  animation: _skeleton-loading_1sysk_1 1.5s ease-in-out infinite;
}
@keyframes _skeleton-loading_1sysk_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
._emptyState_1sysk_1508 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_1sysk_1508 p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  ._categoryGrid_1sysk_3543 {
    gap: 0.75rem;
    padding: 0.25rem 0;
  }
  ._categoryCard_1sysk_2917 {
    min-width: 160px;
    max-width: 160px;
    padding: 1rem;
  }
  ._categoryCard_1sysk_2917 h3 {
    font-size: 0.9rem;
  }
  ._categoryCard_1sysk_2917 p {
    font-size: 0.7rem;
  }
  ._categoryNavigation_1sysk_3786 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  ._categoryBreadcrumb_1sysk_3798 {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  ._aiChatModal_1sysk_2315 {
    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_1sysk_2406 {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: 90vh !important;
    border-radius: 1rem !important;
    margin: 0 !important;
    position: relative;
  }
  ._aiChatHeader_1sysk_2486 {
    padding: 1rem !important;
    border-bottom: 1px solid #e5e5e5;
  }
  ._aiTitle_1sysk_2517 {
    font-size: 1.1rem !important;
  }
  ._aiSubtitle_1sysk_2531 {
    font-size: 0.8rem !important;
  }
  ._aiMessagesContainer_1sysk_2591 {
    min-height: 300px !important;
    max-height: 65vh !important;
    padding: 1rem !important;
  }
  ._aiMessage_1sysk_2591 {
    max-width: 95% !important;
    gap: 0.5rem !important;
  }
  ._aiInputForm_1sysk_2770 {
    padding: 1rem !important;
    border-top: 1px solid #e5e5e5;
  }
  ._inputWrapper_1sysk_2777 {
    gap: 0.5rem !important;
  }
  ._aiInput_1sysk_2770 {
    padding: 0.75rem !important;
    font-size: 16px !important;
    border-radius: 8px !important;
  }
  ._aiSubmitButton_1sysk_2801 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
    border-radius: 8px !important;
  }
  ._quickPromptsSection_1sysk_2826 {
    padding: 1rem !important;
  }
  ._quickPrompts_1sysk_2826 {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }
  ._quickPrompt_1sysk_2826 {
    min-height: 44px !important;
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
  }
  ._messageContent_1sysk_2645 {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  ._aiAvatar_1sysk_2619,
  ._userAvatar_1sysk_2620 {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }
  ._closeChatBtn_1sysk_2553 {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0.75rem !important;
  }
}
@media (max-width: 480px) {
  ._aiChatModal_1sysk_2315 {
    padding: 0.5rem !important;
  }
  ._aiChatModalContent_1sysk_2406 {
    max-width: 100vw !important;
    border-radius: 0.75rem !important;
  }
  ._aiChatHeader_1sysk_2486 {
    padding: 0.75rem !important;
  }
  ._aiMessagesContainer_1sysk_2591 {
    min-height: 250px !important;
    max-height: 60vh !important;
    padding: 0.75rem !important;
  }
  ._aiInputForm_1sysk_2770 {
    padding: 0.75rem !important;
  }
  ._aiInput_1sysk_2770 {
    padding: 0.625rem !important;
    font-size: 16px !important;
  }
  ._aiSubmitButton_1sysk_2801 {
    min-width: 40px !important;
    height: 40px !important;
    padding: 0.625rem !important;
  }
  ._quickPromptsSection_1sysk_2826 {
    padding: 0.75rem !important;
  }
  ._quickPrompt_1sysk_2826 {
    min-height: 40px !important;
    padding: 0.625rem !important;
    font-size: 0.85rem !important;
  }
  ._messageContent_1sysk_2645 {
    padding: 0.625rem !important;
    font-size: 0.85rem !important;
  }
}
._contactEmailSection_1sysk_4107,
._contactLinkedInSection_1sysk_4108 {
  margin: 0.5rem 0;
}
._unlockedEmail_1sysk_4112 {
  color: #059669;
  font-weight: 500;
}
._contactLinkedIn_1sysk_4108 {
  color: #8256E7;
  text-decoration: none;
  font-weight: 500;
}
._contactLinkedIn_1sysk_4108:hover {
  text-decoration: underline;
}
._unlockButton_1sysk_4127 {
  width: 100%;
  margin-top: 0.5rem;
}
._tableContainer_1sysk_4133 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
._requestBrandLinkContainer_1sysk_4141 {
  margin-bottom: 24px;
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
._requestBrandLink_1sysk_4141 {
  background: none;
  border: none;
  color: #8256E7;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
  padding: 0;
}
._requestBrandLink_1sysk_4141:hover {
  color: #6B45C1;
  text-decoration: underline;
}
._requestBrandDropdown_1sysk_4166 {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  max-width: calc(100vw - 32px);
  z-index: 1000;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
  animation: _slideDown_1sysk_1 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
._requestBrandDropdown_1sysk_4166 > div {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@keyframes _slideDown_1sysk_1 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 768px) {
  ._requestBrandDropdown_1sysk_4166 {
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    transform: none;
  }
  @keyframes _slideDown_1sysk_1 {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
._sampleBrandsBanner_1sysk_4222 {
  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_1sysk_4231 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
}
._sampleBrandsIcon_1sysk_4238 {
  flex-shrink: 0;
  color: #FFD700;
  animation: _pulse_1sysk_1 2s infinite;
}
._sampleBrandsText_1sysk_4244 {
  flex: 1;
}
._sampleBrandsText_1sysk_4244 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: white;
}
._sampleBrandsText_1sysk_4244 p {
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.9;
  color: white;
}
._upgradeButton_1sysk_4262 {
  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_1sysk_4262: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_1sysk_1 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  ._sampleBrandsContent_1sysk_4231 {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  ._sampleBrandsText_1sysk_4244 {
    order: 2;
  }
  ._upgradeButton_1sysk_4262 {
    order: 3;
    width: 100%;
  }
  ._sampleBrandsIcon_1sysk_4238 {
    order: 1;
  }
}
@media (max-width: 1024px) {
  ._layout_1sysk_14 {
    flex-direction: column;
    padding-left: 0;
  }
  ._sidebar_1sysk_25 {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    box-sizing: border-box;
  }
  ._sidebarContent_1sysk_42 {
    height: auto;
    padding: 16px;
  }
  ._mainContent_1sysk_605 {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  ._sidebarHeader_1sysk_72 {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
  }
  ._sidebarSection_1sysk_85 {
    margin-bottom: 24px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  ._container_1sysk_2 {
    padding: 0;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  ._layout_1sysk_14 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  ._sidebar_1sysk_25 {
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 16px !important;
  }
  ._mainContent_1sysk_605 {
    padding: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  ._sidebarTitle_1sysk_78 {
    font-size: 1.5rem;
  }
  ._sectionLabel_1sysk_109 {
    font-size: 0.75rem;
  }
  ._sidebarSearchInput_1sysk_139 {
    font-size: 1rem;
  }
  ._sidebarFilterLabel_1sysk_208 {
    font-size: 0.875rem;
  }
  ._sidebarFilterItem_1sysk_202 .dropdownTrigger {
    min-height: 44px;
    font-size: 1rem;
  }
  ._sidebarFilterItem_1sysk_202 .option {
    min-height: 44px;
    font-size: 1rem;
  }
  ._sidebarActionButton_1sysk_4423 {
    font-size: 1rem;
    min-height: 44px;
  }
  ._sidebarQuickPrompt_1sysk_380 {
    font-size: 1rem;
    min-height: 44px;
  }
  ._sidebarAISearchInput_1sysk_4433 {
    font-size: 1rem;
  }
  ._sidebarAIMessageContent_1sysk_441 {
    font-size: 1rem;
  }
  ._sidebar_1sysk_25 {
    padding: 0;
  }
  ._sidebarContent_1sysk_42 {
    padding: 16px;
  }
  ._sidebarSection_1sysk_85 {
    margin-bottom: 24px;
    padding: 0;
  }
  ._sidebarFiltersToggle_1sysk_93 {
    font-size: 0.875rem;
    padding: 10px 12px;
    min-height: 40px;
  }
  ._sidebarHolidayBadge_1sysk_266 {
    font-size: 0.875rem;
    padding: 10px 16px;
    min-height: 40px;
  }
  ._sidebarHeader_1sysk_72 {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
  }
  ._sidebarQuickPrompts_1sysk_380 {
    gap: 8px;
    margin-bottom: 16px;
  }
  ._sidebar_1sysk_25 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  ._sidebarAIChat_1sysk_334 {
    max-height: 50vh;
    padding: 16px;
  }
  ._browseSection_1sysk_3339 {
    padding: 0 0 16px 0;
  }
  ._categoryOverviewSection_1sysk_3513 {
    margin-bottom: 32px;
    padding: 0 0 16px 0;
  }
  @supports (padding: max(0px)) {
    ._sidebar_1sysk_25 {
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
    }
    ._mainContent_1sysk_605 {
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
    }
  }
  ._contentContainer_1sysk_649 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  ._tableContainer_1sysk_4133 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
  }
}
.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_1yzy5_1 {
  position: relative;
  width: 100%;
  font-family: inherit;
}
._dropdownTrigger_1yzy5_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: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  min-height: 2.75rem;
}
._dropdownTrigger_1yzy5_7:hover:not(._disabled_1yzy5_25) {
  border-color: #8256e7;
  box-shadow: 0 0 0 1px rgba(130, 86, 231, 0.1);
}
._dropdownTrigger_1yzy5_7:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._dropdownTrigger_1yzy5_7._open_1yzy5_35 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._dropdownTrigger_1yzy5_7._disabled_1yzy5_25 {
  background-color: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
  border-color: #e9ecef;
}
._selectedValue_1yzy5_47 {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000 !important;
  font-weight: 500;
}
._arrow_1yzy5_57 {
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  color: #6c757d;
}
._arrowUp_1yzy5_64 {
  transform: rotate(180deg);
}
._dropdownMenu_1yzy5_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_1yzy5_1 0.2s ease-out;
}
@keyframes _dropdownFadeIn_1yzy5_1 {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._searchContainer_1yzy5_94 {
  padding: 0.75rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}
._searchInput_1yzy5_100 {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease;
  color: #000000 !important;
  background-color: #ffffff !important;
}
._searchInput_1yzy5_100::-moz-placeholder {
  color: #6c757d !important;
}
._searchInput_1yzy5_100::placeholder {
  color: #6c757d !important;
}
._searchInput_1yzy5_100:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 2px rgba(130, 86, 231, 0.25);
}
._optionsList_1yzy5_121 {
  max-height: 200px;
  overflow-y: auto;
}
._option_1yzy5_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-size: 1rem;
  font-weight: 500;
}
._option_1yzy5_121:last-child {
  border-bottom: none;
}
._option_1yzy5_121:hover {
  background-color: #f8f9fa;
}
._option_1yzy5_121._selected_1yzy5_47 {
  background-color: rgba(130, 86, 231, 0.1);
  color: #8256e7;
  font-weight: 600;
}
._option_1yzy5_121._selected_1yzy5_47:hover {
  background-color: rgba(130, 86, 231, 0.15);
}
._checkIcon_1yzy5_157 {
  flex-shrink: 0;
  color: #8256e7;
}
._noResults_1yzy5_162 {
  padding: 1rem;
  text-align: center;
  color: #6c757d;
  font-style: italic;
  font-size: 0.875rem;
}
._optionsList_1yzy5_121::-webkit-scrollbar {
  width: 6px;
}
._optionsList_1yzy5_121::-webkit-scrollbar-track {
  background: #f1f1f1;
}
._optionsList_1yzy5_121::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
._optionsList_1yzy5_121::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media (max-width: 768px) {
  ._dropdownTrigger_1yzy5_7 {
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
  }
  ._option_1yzy5_121 {
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
  }
  ._searchInput_1yzy5_100 {
    padding: 0.5rem 0.625rem;
    font-size: 0.8rem;
  }
}
._slider_xj7w9_2 {
  position: fixed;
  top: 0;
  right: -100% !important;
  width: min(65vw, 1200px);
  max-width: 1200px;
  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;
  display: flex;
}
._sliderOpen_xj7w9_32 {
  right: 0 !important;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  ._slider_xj7w9_2 {
    width: 1200px;
    max-width: 50vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ._slider_xj7w9_2 {
    width: min(65vw, 600px);
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  ._slider_xj7w9_2 {
    width: min(85vw, 350px);
    max-width: 350px;
    z-index: 20000;
  }
}
._sliderLayout_xj7w9_62 {
  display: flex;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  flex: 1;
}
._sidebar_xj7w9_71 {
  width: 280px;
  flex-shrink: 0;
  background: #FAFAFA;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  ._sliderLayout_xj7w9_62 {
    flex-direction: column;
  }
  ._sidebar_xj7w9_71 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    max-height: 50vh;
  }
  ._mainContent_xj7w9_95 {
    flex: 1;
    min-height: 0;
  }
}
._sidebarHeader_xj7w9_101 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  background: #FAFAFA;
  z-index: 10;
}
._sidebarTitle_xj7w9_114 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._sidebarContent_xj7w9_125 {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}
._sidebarSection_xj7w9_133 {
  margin-bottom: 32px;
}
._sidebarSection_xj7w9_133:last-child {
  margin-bottom: 0;
}
._sidebarSectionTitle_xj7w9_141 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
._sidebarActions_xj7w9_150 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._sidebarButton_xj7w9_156 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  background: #FFFFFF;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-height: 44px;
}
._sidebarButton_xj7w9_156:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
._sidebarButtonIcon_xj7w9_179 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
._sidebarNav_xj7w9_185 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._sidebarNavItem_xj7w9_191 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  min-height: 44px;
}
._sidebarNavItem_xj7w9_191:hover {
  background: #f3f4f6;
  color: #374151;
}
._sidebarNavItemActive_xj7w9_214 {
  background: #f3e8ff;
  color: #8256E7;
}
._sidebarNavIcon_xj7w9_219 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
._sidebarInfo_xj7w9_225 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._sidebarInfoItem_xj7w9_231 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._sidebarInfoLabel_xj7w9_237 {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._sidebarInfoValue_xj7w9_245 {
  font-size: 14px;
  color: #111827;
  font-weight: 500;
}
._mainContent_xj7w9_95 {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
  height: 100%;
  min-height: 100%;
}
._mainHeader_xj7w9_262 {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  z-index: 10;
}
._mainHeaderLeft_xj7w9_272 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
._mainContentBody_xj7w9_278 {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px;
  -webkit-overflow-scrolling: touch;
}
._closeButton_xj7w9_288 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 8px;
  background: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
._closeButton_xj7w9_288:hover {
  background: #f3f4f6;
  color: #1f2937;
}
._closeIcon_xj7w9_308 {
  width: 24px;
  height: 24px;
}
._loadingContainer_xj7w9_316 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 48px;
}
._errorContainer_xj7w9_326 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 48px;
  color: #6b7280;
}
._brandHeader_xj7w9_337 {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}
._brandLogoContainer_xj7w9_343 {
  margin-bottom: 16px;
}
._brandLogo_xj7w9_343 {
  width: 96px;
  height: 96px;
  border-radius: 12px;
}
._brandInfo_xj7w9_353 {
  flex: 1;
}
._brandName_xj7w9_357 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.2;
}
._brandMeta_xj7w9_365 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
._categoryBadge_xj7w9_373 {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #f3e8ff;
  color: #8256E7;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
}
._countryBadge_xj7w9_384 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #6b7280;
}
._countryIcon_xj7w9_392 {
  width: 16px;
  height: 16px;
}
._brandDescription_xj7w9_397 {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
._tabsContainer_xj7w9_404 {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
._tabs_xj7w9_404 {
  display: flex;
  gap: 8px;
  min-width: -moz-min-content;
  min-width: min-content;
}
._tab_xj7w9_404 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
._tab_xj7w9_404:hover {
  color: #374151;
  border-bottom-color: #d1d5db;
}
._tabActive_xj7w9_438 {
  color: #8256E7;
  border-bottom-color: #8256E7;
}
._tabIcon_xj7w9_443 {
  width: 16px;
  height: 16px;
}
._tabContent_xj7w9_449 {
  min-height: 400px;
}
._overviewGrid_xj7w9_454 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._overviewMain_xj7w9_460 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._audienceGrid_xj7w9_467 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  ._audienceGrid_xj7w9_467 {
    grid-template-columns: 1fr 1fr;
  }
}
._audienceSidebar_xj7w9_479 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._contentGrid_xj7w9_486 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  ._contentGrid_xj7w9_486 {
    grid-template-columns: 1fr 1fr;
  }
}
._cardFullWidth_xj7w9_498 {
  grid-column: 1 / -1;
}
._partnershipsGrid_xj7w9_503 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  ._partnershipsGrid_xj7w9_503 {
    grid-template-columns: 1fr 1fr;
  }
}
._card_xj7w9_498 {
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}
._cardTitle_xj7w9_523 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
._cardContent_xj7w9_530 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._infoSection_xj7w9_537 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._infoLabel_xj7w9_543 {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
._infoText_xj7w9_549 {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
}
._tagContainer_xj7w9_556 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._tag_xj7w9_556 {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #f3f4f6;
  color: #374151;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
._tagPurple_xj7w9_574 {
  background: #f3e8ff;
  color: #8256E7;
}
._tagBlue_xj7w9_579 {
  background: #dbeafe;
  color: #2563eb;
}
._tagGreen_xj7w9_584 {
  background: #d1fae5;
  color: #059669;
}
._list_xj7w9_590 {
  list-style: disc;
  list-style-position: inside;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
}
._listItem_xj7w9_598 {
  margin-bottom: 4px;
}
._actionsContainer_xj7w9_603 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._primaryButton_xj7w9_609 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: #8256E7;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-height: 44px;
}
._primaryButton_xj7w9_609:hover {
  background: #7144d0;
}
._secondaryButton_xj7w9_631 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: #FFFFFF;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
  min-height: 44px;
}
._secondaryButton_xj7w9_631:hover {
  background: #f9fafb;
}
._buttonIcon_xj7w9_654 {
  width: 20px;
  height: 20px;
}
._statsContainer_xj7w9_660 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._statItem_xj7w9_666 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
._statIcon_xj7w9_672 {
  width: 20px;
  height: 20px;
  color: #8256E7;
  flex-shrink: 0;
  margin-top: 2px;
}
._statContent_xj7w9_680 {
  flex: 1;
}
._statLabel_xj7w9_684 {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 4px;
}
._statValue_xj7w9_691 {
  font-size: 14px;
  color: #6b7280;
}
._demographicsContainer_xj7w9_697 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._demographicItem_xj7w9_703 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
._demographicIcon_xj7w9_709 {
  width: 20px;
  height: 20px;
  color: #8256E7;
  flex-shrink: 0;
  margin-top: 2px;
}
._demographicContent_xj7w9_717 {
  flex: 1;
}
._demographicLabel_xj7w9_721 {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 4px;
}
._demographicValue_xj7w9_728 {
  font-size: 14px;
  color: #6b7280;
}
._locationList_xj7w9_733 {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #6b7280;
}
._platformContainer_xj7w9_741 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._platformItem_xj7w9_747 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
._platformIcon_xj7w9_753 {
  width: 20px;
  height: 20px;
  color: #8256E7;
  flex-shrink: 0;
  margin-top: 2px;
}
._platformContent_xj7w9_761 {
  flex: 1;
}
._platformName_xj7w9_765 {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 4px;
}
._platformStatus_xj7w9_772 {
  font-size: 14px;
  color: #6b7280;
}
._ideaList_xj7w9_778 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
._ideaItem_xj7w9_787 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
._ideaIcon_xj7w9_793 {
  width: 20px;
  height: 20px;
  color: #fbbf24;
  flex-shrink: 0;
  margin-top: 2px;
}
._ideaText_xj7w9_801 {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  flex: 1;
}
._practicesGrid_xj7w9_809 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  ._practicesGrid_xj7w9_809 {
    grid-template-columns: 1fr 1fr;
  }
}
._practiceItem_xj7w9_824 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
._practiceIcon_xj7w9_830 {
  width: 20px;
  height: 20px;
  color: #8256E7;
  flex-shrink: 0;
  margin-top: 2px;
}
._practiceText_xj7w9_838 {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  flex: 1;
}
._partnershipList_xj7w9_846 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
._partnershipItem_xj7w9_855 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
._partnershipIcon_xj7w9_861 {
  width: 20px;
  height: 20px;
  color: #8256E7;
  flex-shrink: 0;
  margin-top: 2px;
}
._partnershipText_xj7w9_869 {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  flex: 1;
}
._budgetContainer_xj7w9_877 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._budgetIcon_xj7w9_883 {
  width: 40px;
  height: 40px;
  color: #8256E7;
  flex-shrink: 0;
}
._budgetContent_xj7w9_890 {
  flex: 1;
}
._budgetAmount_xj7w9_894 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}
._budgetLabel_xj7w9_901 {
  font-size: 14px;
  color: #6b7280;
}
._emptyState_xj7w9_907 {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
}
._sidebarContent_xj7w9_125::-webkit-scrollbar,
._mainContentBody_xj7w9_278::-webkit-scrollbar {
  width: 6px;
}
._sidebarContent_xj7w9_125::-webkit-scrollbar-track,
._mainContentBody_xj7w9_278::-webkit-scrollbar-track {
  background: transparent;
}
._sidebarContent_xj7w9_125::-webkit-scrollbar-thumb,
._mainContentBody_xj7w9_278::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
._sidebarContent_xj7w9_125::-webkit-scrollbar-thumb:hover,
._mainContentBody_xj7w9_278::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
._campaignCard_1fih2_1 {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
}
._campaignCard_1fih2_1:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
._campaignImage_1fih2_18 {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background-color: #f3f4f6;
  position: relative;
}
._campaignImage_1fih2_18 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
._brandLogo_1fih2_32 {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
._brandLogo_1fih2_32 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
._campaignInfo_1fih2_53 {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._brandName_1fih2_60 {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 0.375rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._campaignTitle_1fih2_69 {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
._tags_1fih2_77 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}
._tag_1fih2_77 {
  padding: 0.1875rem 0.625rem;
  background-color: #f0e7ff;
  color: #8256e7;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 500;
}
._description_1fih2_93 {
  color: #495057;
  margin-bottom: 0.75rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  flex-grow: 1;
}
._details_1fih2_101 {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background-color: #f9fafb;
  border-radius: 0.375rem;
}
._detailItem_1fih2_111 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.8125rem;
  gap: 0.375rem;
}
._detailLabel_1fih2_119 {
  font-weight: 600;
  color: #6b7280;
  flex-shrink: 0;
}
._detailValue_1fih2_125 {
  color: #1f2937;
  text-align: right;
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
._viewDetailsButton_1fih2_134 {
  font-size: 0.75rem;
  color: #8256E7;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 3px 6px;
  border-radius: 3px;
  transition: all 0.2s ease;
  font-weight: 500;
  text-align: right;
  flex-shrink: 0;
}
._viewDetailsButton_1fih2_134:hover {
  background: #f0e7ff;
}
._viewDetailsButton_1fih2_134:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
  background: #f0e7ff;
}
._deliverablesExpanded_1fih2_158 {
  margin-top: 0.375rem;
  padding: 0.625rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  grid-column: 1 / -1;
  animation: _slideDown_1fih2_1 0.2s ease-out;
}
._deliverablesText_1fih2_168 {
  color: #374151;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
._applyButton_1fih2_177 {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: auto;
}
._applyButton_1fih2_177:hover:not(:disabled) {
  background-color: #6b45c1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._applyButton_1fih2_177:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._applyButton_1fih2_177:focus {
  outline: 3px solid #8256E7;
  outline-offset: 2px;
}
._applyButton_1fih2_177:focus:not(:disabled) {
  background-color: #6b45c1;
}
._applicationForm_1fih2_215 {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  animation: _slideDown_1fih2_1 0.3s ease-out;
}
@keyframes _slideDown_1fih2_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._formGroup_1fih2_233 {
  margin-bottom: 0.875rem;
}
._formGroup_1fih2_233 label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.375rem;
}
._formGroup_1fih2_233 input,
._formGroup_1fih2_233 textarea {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1f2937;
  background-color: #ffffff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
._formGroup_1fih2_233 input:focus,
._formGroup_1fih2_233 textarea:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
  color: #1f2937;
  background-color: #ffffff;
}
._formGroup_1fih2_233 textarea {
  resize: vertical;
  min-height: 80px;
}
._formRow_1fih2_272 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
._submitButton_1fih2_278 {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 0.5rem;
}
._submitButton_1fih2_278:hover:not(:disabled) {
  background-color: #6b45c1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._submitButton_1fih2_278:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._submitButton_1fih2_278:focus {
  outline: 3px solid #8256E7;
  outline-offset: 2px;
}
._submitButton_1fih2_278:focus:not(:disabled) {
  background-color: #6b45c1;
}
@media (max-width: 768px) {
  ._formRow_1fih2_272 {
    grid-template-columns: 1fr;
  }
  ._campaignImage_1fih2_18 {
    height: 120px;
  }
  ._brandLogo_1fih2_32 {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
._container_1qziw_2 {
  min-height: 100vh;
  min-height: 100dvh;
  background: #f9fafb;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
._layout_1qziw_18 {
  display: block;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
._mobileToggle_1qziw_32 {
  display: none;
  position: fixed;
  top: calc(12px + env(safe-area-inset-top, 0px));
  left: 12px;
  z-index: 100;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  transition: all 0.2s ease;
  min-height: 40px;
}
._mobileToggle_1qziw_32:hover {
  background: #f9fafb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
._mobileToggle_1qziw_32:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
._backdrop_1qziw_64 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 95;
  backdrop-filter: blur(2px);
}
._sidebar_1qziw_77 {
  width: 240px;
  min-width: 240px;
  background: #ffffff;
  border-right: none;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 240px;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 90;
  -webkit-overflow-scrolling: touch;
}
._sidebarHeader_1qziw_96 {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
._sidebarHeaderContent_1qziw_106 {
  flex: 1;
}
._sidebarClose_1qziw_110 {
  display: none;
  flex-shrink: 0;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #6b7280;
  border-radius: 4px;
  transition: all 0.2s ease;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
._sidebarClose_1qziw_110:hover {
  background: #f3f4f6;
  color: #374151;
}
._sidebarClose_1qziw_110:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
._sidebarTitle_1qziw_136 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 6px 0;
}
._sidebarSubtitle_1qziw_143 {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}
._sidebarContent_1qziw_150 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 16px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
._sidebarContent_1qziw_150::-webkit-scrollbar {
  width: 6px;
}
._sidebarContent_1qziw_150::-webkit-scrollbar-track {
  background: transparent;
}
._sidebarContent_1qziw_150::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
._sidebarContent_1qziw_150::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
._sidebarSection_1qziw_180 {
  margin-bottom: 24px;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}
._sidebarSection_1qziw_180:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #e5e7eb;
  opacity: 0.3;
}
._sectionLabel_1qziw_198 {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}
._sidebarSearch_1qziw_213 {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 8px 8px 8px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  height: 40px;
  width: 100%;
  gap: 6px;
}
._sidebarSearch_1qziw_213:focus-within {
  border-color: #8256E7;
  box-shadow: 0 4px 24px rgba(130, 86, 231, 0.12);
  transform: translateY(-1px);
}
._searchIcon_1qziw_233 {
  color: #9ca3af;
  flex-shrink: 0;
}
._sidebarSearchInput_1qziw_238 {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 0.8125rem;
  color: #1a1a1a;
  background: transparent !important;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
._sidebarSearchInput_1qziw_238:focus {
  outline: none !important;
}
._sidebarSearchInput_1qziw_238::-moz-placeholder {
  color: #9ca3af;
}
._sidebarSearchInput_1qziw_238::placeholder {
  color: #9ca3af;
}
._clearButton_1qziw_261 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: transparent;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
  flex-shrink: 0;
  min-width: 32px;
  min-height: 32px;
}
._clearButton_1qziw_261:hover {
  background: #f3f4f6;
  color: #374151;
}
._filterGroup_1qziw_283 {
  margin-bottom: 20px;
}
._filterLabel_1qziw_287 {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 10px;
  min-height: 18px;
}
._radioGroup_1qziw_296,
._checkboxGroup_1qziw_297 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._radioOption_1qziw_303,
._checkboxOption_1qziw_304 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.8125rem;
  color: #374151;
  min-height: 36px;
}
._radioOption_1qziw_303:hover,
._checkboxOption_1qziw_304:hover {
  background: #f9fafb;
}
._radioOption_1qziw_303:focus-within,
._checkboxOption_1qziw_304:focus-within {
  background: #f9fafb;
  outline: 2px solid #8256E7;
  outline-offset: -2px;
  border-radius: 6px;
}
._radioOption_1qziw_303 input[type=radio],
._checkboxOption_1qziw_304 input[type=checkbox] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #8256E7;
}
._radioOption_1qziw_303 input[type=radio]:focus,
._checkboxOption_1qziw_304 input[type=checkbox]:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
._radioOption_1qziw_303 span,
._checkboxOption_1qziw_304 span {
  flex: 1;
}
._clearFiltersButton_1qziw_349 {
  font-size: 0.6875rem;
  color: #8256E7;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-weight: 500;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._clearFiltersButton_1qziw_349:hover {
  background: #f0e7ff;
}
._clearFiltersButton_1qziw_349:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
  background: #f0e7ff;
}
._clearButton_1qziw_261:focus {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
._mainContent_1qziw_383 {
  margin-left: 240px;
  padding: 16px 32px 32px 10px;
  width: calc(100% - 240px);
  max-width: calc(100% - 240px);
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
._contentWrapper_1qziw_398 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
}
._contentHeader_1qziw_409 {
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
._pageTitle_1qziw_416 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 6px 0;
  line-height: 1.2;
}
._pageSubtitle_1qziw_424 {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}
._campaignsGrid_1qziw_433 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
._loadingState_1qziw_445 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
._spinner_1qziw_454 {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top-color: #8256E7;
  border-radius: 50%;
  animation: _spin_1qziw_454 1s linear infinite;
  margin-bottom: 16px;
}
@keyframes _spin_1qziw_454 {
  to {
    transform: rotate(360deg);
  }
}
._loadingState_1qziw_445 p {
  color: #6b7280;
  font-size: 1rem;
}
._emptyState_1qziw_476 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
._emptyState_1qziw_476 p {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  ._mainContent_1qziw_383 {
    padding: 16px 32px 32px 10px;
    width: calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
  ._contentWrapper_1qziw_398 {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  ._mainContent_1qziw_383 {
    width: calc(100% - 240px);
    max-width: calc(100% - 240px);
    padding: 16px 24px 24px 10px;
  }
  ._campaignsGrid_1qziw_433 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  ._mainContent_1qziw_383 {
    padding: 16px !important;
  }
  ._mobileToggle_1qziw_32 {
    top: calc(12px + env(safe-area-inset-top, 0px));
    left: 12px;
    padding: 10px 12px;
    font-size: 0.8125rem;
  }
  ._sidebar_1qziw_77 {
    width: 100%;
    max-width: 100vw;
  }
  ._campaignsGrid_1qziw_433 {
    gap: 16px;
  }
  ._pageTitle_1qziw_416 {
    font-size: 1.125rem;
  }
  ._contentHeader_1qziw_409 {
    margin-bottom: 16px;
  }
  @supports (padding: max(0px)) {
    ._mainContent_1qziw_383 {
      padding-left: max(12px, env(safe-area-inset-left)) !important;
      padding-right: max(12px, env(safe-area-inset-right)) !important;
    }
  }
}
@media (max-width: 768px) {
  ._mobileToggle_1qziw_32 {
    display: flex;
  }
  ._backdrop_1qziw_64 {
    display: block;
  }
  ._sidebar_1qziw_77 {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 100;
    box-sizing: border-box;
  }
  ._sidebar_1qziw_77._open_1qziw_592 {
    transform: translateX(0);
  }
  ._sidebarContent_1qziw_150 {
    height: auto;
    padding: 12px;
  }
  ._sidebar_1qziw_77._open_1qziw_592 {
    transform: translateX(0);
  }
  ._sidebarClose_1qziw_110 {
    display: flex;
  }
  ._mainContent_1qziw_383 {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  ._contentHeader_1qziw_409 {
    margin-bottom: 32px;
  }
  ._sidebarSection_1qziw_180 {
    margin-bottom: 32px;
  }
  ._filterGroup_1qziw_283 {
    margin-bottom: 24px;
  }
  ._campaignsGrid_1qziw_433 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  ._pageTitle_1qziw_416 {
    font-size: 1.125rem;
  }
  ._pageSubtitle_1qziw_424 {
    font-size: 0.8125rem;
  }
  ._sidebarTitle_1qziw_136 {
    font-size: 1.125rem;
  }
  ._sidebarSubtitle_1qziw_143 {
    font-size: 0.75rem;
  }
  ._filterLabel_1qziw_287 {
    font-size: 0.75rem;
  }
  ._radioOption_1qziw_303,
  ._checkboxOption_1qziw_304 {
    font-size: 0.8125rem;
  }
  ._sidebarSearchInput_1qziw_238 {
    font-size: 0.9375rem;
  }
  ._clearFiltersButton_1qziw_349 {
    font-size: 0.75rem;
  }
  ._container_1qziw_2:has(._sidebar_1qziw_77._open_1qziw_592) {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
  }
  ._container_1qziw_2 {
    padding: 0;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  ._layout_1qziw_18 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  ._sidebar_1qziw_77 {
    max-width: min(240px, 85vw);
  }
  @supports (padding: max(0px)) {
    ._mainContent_1qziw_383 {
      padding-left: max(16px, env(safe-area-inset-left)) !important;
      padding-right: max(16px, env(safe-area-inset-right)) !important;
    }
    ._sidebar_1qziw_77 {
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
    }
  }
  ._contentWrapper_1qziw_398 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0;
  }
}
._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;
  }
}
._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_zz0wf_2 {
  min-height: 100vh;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}
._layout_zz0wf_9 {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}
._sidebar_zz0wf_18 {
  width: 280px;
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 24px 0;
}
._sidebarHeader_zz0wf_31 {
  padding: 0 16px 24px 16px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}
._sidebarTitle_zz0wf_37 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._sidebarSection_zz0wf_44 {
  margin-bottom: 32px;
  padding: 0 16px;
}
._sectionLabel_zz0wf_49 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  padding: 0 4px;
}
._sidebarNav_zz0wf_59 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._sidebarNavItem_zz0wf_65 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  text-align: left;
  position: relative;
}
._sidebarNavItem_zz0wf_65:hover {
  background: rgba(130, 86, 231, 0.05);
  color: #374151;
}
._sidebarNavItem_zz0wf_65._active_zz0wf_87 {
  color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
}
._sidebarNavItem_zz0wf_65._active_zz0wf_87::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #8256E7;
  border-radius: 0 2px 2px 0;
}
._sidebarNavIcon_zz0wf_104 {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
._debugSection_zz0wf_111 {
  margin-top: auto;
  padding: 16px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
._debugText_zz0wf_118 {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0 0 8px 0;
}
._debugButtons_zz0wf_124 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._debugButton_zz0wf_124 {
  padding: 8px 12px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
._debugButton_zz0wf_124:hover {
  background: #6B45C1;
}
._mainContent_zz0wf_147 {
  flex: 1;
  padding: 32px 48px;
  max-width: 800px;
  width: 100%;
}
._mainContentWide_zz0wf_154 {
  max-width: 1200px;
}
._pageHeader_zz0wf_158 {
  margin-bottom: 32px;
}
._pageTitle_zz0wf_162 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}
._pageSubtitle_zz0wf_169 {
  font-size: 1rem;
  font-weight: 400;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
._message_zz0wf_178 {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 0.875rem;
  font-weight: 500;
}
._message_zz0wf_178._success_zz0wf_186 {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
._message_zz0wf_178._error_zz0wf_192 {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
._message_zz0wf_178._warning_zz0wf_198 {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}
._tabContentWrapper_zz0wf_205 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
._tabContent_zz0wf_205 {
  padding: 32px;
}
._section_zz0wf_49 {
  max-width: 100%;
}
._infoBox_zz0wf_223 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  font-size: 0.875rem;
  color: #0369a1;
  line-height: 1.5;
}
._infoBox_zz0wf_223 p {
  margin: 0;
}
._warningBox_zz0wf_238 {
  background: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  font-size: 0.875rem;
  color: #92400e;
  line-height: 1.5;
}
._warningBox_zz0wf_238 p {
  margin: 0;
}
._errorBox_zz0wf_253 {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  font-size: 0.875rem;
  color: #991b1b;
  line-height: 1.5;
}
._errorBox_zz0wf_253 p {
  margin: 0;
}
._successBox_zz0wf_268 {
  background: #d1fae5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  font-size: 0.875rem;
  color: #065f46;
  line-height: 1.5;
}
._successBox_zz0wf_268 p {
  margin: 0;
}
._sectionTitle_zz0wf_283 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 24px 0;
}
._simpleForm_zz0wf_291 {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._simpleCheckboxGrid_zz0wf_299 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 8px;
}
._simpleCheckboxGrid_zz0wf_299 label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  font-size: 0.875rem;
  color: #374151;
  font-weight: 400;
}
._simpleCheckboxGrid_zz0wf_299 label:hover {
  border-color: #e5e7eb;
}
._hintText_zz0wf_325 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 8px 0 0 0;
  line-height: 1.5;
}
._simplePricingList_zz0wf_333 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
._simplePricingRow_zz0wf_340 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
._simplePricingRow_zz0wf_340:last-child {
  border-bottom: none;
}
._simplePricingInput_zz0wf_352 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._simpleInfoList_zz0wf_359 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
._infoRow_zz0wf_366 {
  display: flex;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
._infoRow_zz0wf_366:last-child {
  border-bottom: none;
}
._infoLabel_zz0wf_377 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  min-width: 140px;
}
._infoValue_zz0wf_384 {
  font-size: 0.875rem;
  color: #6b7280;
}
._simpleDangerZone_zz0wf_390 {
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid #fecaca;
}
._simpleNotificationList_zz0wf_397 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._simpleNotificationItem_zz0wf_403 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
._simpleMembershipInfo_zz0wf_414 {
  max-width: 500px;
}
._simpleFeatureList_zz0wf_418 {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._simpleFeatureList_zz0wf_418 li {
  font-size: 0.875rem;
  color: #1f2937;
  padding-left: 0;
}
._simpleFeatureList_zz0wf_418 li::before {
  content: "•";
  color: #8256E7;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-right: 8px;
}
._simpleTable_zz0wf_443 {
  width: 100%;
  border-collapse: collapse;
}
._simpleTable_zz0wf_443 ._tableHeader_zz0wf_448 {
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}
._simpleTable_zz0wf_443 ._tableRow_zz0wf_453 {
  border-bottom: 1px solid #f3f4f6;
}
._simpleTable_zz0wf_443 ._tableRow_zz0wf_453:hover {
  background: #f9fafb;
}
._simpleTable_zz0wf_443 ._tableRow_zz0wf_453:last-child {
  border-bottom: none;
}
._simpleStatus_zz0wf_465 {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
._simpleEmptyState_zz0wf_472 {
  padding: 48px 24px;
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
}
._simpleUsageGrid_zz0wf_480 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 8px;
}
._simpleUsageItem_zz0wf_487 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._usageLabel_zz0wf_493 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
._usageValue_zz0wf_499 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._formGrid_zz0wf_507 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
._formGroup_zz0wf_514 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._label_zz0wf_520 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}
._input_zz0wf_526,
._select_zz0wf_526 {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #374151;
  background: #ffffff;
  transition: all 0.2s ease;
  font-family: inherit;
}
._input_zz0wf_526:focus,
._select_zz0wf_526:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._input_zz0wf_526:disabled {
  background: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}
._platformGrid_zz0wf_550 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 8px;
}
._platformLabel_zz0wf_557 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  color: #374151;
}
._platformLabel_zz0wf_557:hover {
  background: #f3f4f6;
  border-color: #8256E7;
}
._checkbox_zz0wf_576 {
  width: 16px;
  height: 16px;
  accent-color: #8256E7;
  cursor: pointer;
}
._buttonGroup_zz0wf_584 {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
._primaryButton_zz0wf_590,
._secondaryButton_zz0wf_590 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-family: inherit;
}
._primaryButton_zz0wf_590 {
  background: #8256E7;
  color: #ffffff;
}
._primaryButton_zz0wf_590:hover:not(:disabled) {
  background: #6B45C1;
}
._primaryButton_zz0wf_590:disabled {
  background: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
}
._secondaryButton_zz0wf_590 {
  background: #ffffff;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}
._secondaryButton_zz0wf_590:hover {
  background: #f9fafb;
  color: #374151;
}
._buttonIcon_zz0wf_630 {
  width: 18px;
  height: 18px;
}
._notificationSettings_zz0wf_636 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._notificationItem_zz0wf_642 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
._notificationInfo_zz0wf_654 {
  flex: 1;
}
._notificationTitle_zz0wf_658 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
}
._notificationDescription_zz0wf_665 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
._toggle_zz0wf_672 {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}
._toggle_zz0wf_672 input {
  opacity: 0;
  width: 0;
  height: 0;
}
._toggleSlider_zz0wf_685 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.2s;
  border-radius: 22px;
}
._toggleSlider_zz0wf_685:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.2s;
  border-radius: 50%;
}
._toggle_zz0wf_672 input:checked + ._toggleSlider_zz0wf_685 {
  background-color: #8256E7;
}
._toggle_zz0wf_672 input:checked + ._toggleSlider_zz0wf_685:before {
  transform: translateX(22px);
}
._membershipCard_zz0wf_718 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  background: #8256E7;
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 0;
}
._membershipInfo_zz0wf_729 {
  flex: 1;
}
._membershipSectionTitle_zz0wf_733 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
}
._membershipTitle_zz0wf_740 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #1f2937;
}
._membershipDescription_zz0wf_747 {
  font-size: 1rem;
  margin: 0 0 16px 0;
  color: #6b7280;
}
._membershipFeatures_zz0wf_753 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._featureItem_zz0wf_759 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #ffffff;
}
._featureIcon_zz0wf_767 {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
._upgradeButton_zz0wf_773 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
._upgradeButton_zz0wf_773:hover {
  background: rgba(255, 255, 255, 0.3);
}
._tikTokMembershipNote_zz0wf_792 {
  background:
    linear-gradient(
      135deg,
      #fe2c55,
      #25f4ee);
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
  font-size: 0.875rem;
}
._tikTokMembershipNote_zz0wf_792 p {
  margin: 0;
}
._billingTable_zz0wf_808 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
._tableHeader_zz0wf_448 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  background: transparent;
  border-bottom: 1px solid #e5e7eb;
}
._tableRow_zz0wf_453 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}
._tableRow_zz0wf_453:hover {
  background: #f9fafb;
}
._tableRow_zz0wf_453:last-child {
  border-bottom: none;
}
._tableCell_zz0wf_837 {
  padding: 16px;
  font-size: 0.875rem;
  color: #374151;
}
._tableHeader_zz0wf_448 ._tableCell_zz0wf_837 {
  font-weight: 600;
  color: #1f2937;
}
._status_zz0wf_848 {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
._status_zz0wf_848._paid_zz0wf_859,
._status_zz0wf_848._succeeded_zz0wf_859 {
  background: #d1fae5;
  color: #065f46;
}
._status_zz0wf_848._pending_zz0wf_864,
._status_zz0wf_848._open_zz0wf_864 {
  background: #fef3c7;
  color: #92400e;
}
._status_zz0wf_848._failed_zz0wf_869 {
  background: #fee2e2;
  color: #991b1b;
}
._status_zz0wf_848._draft_zz0wf_874 {
  background: #e5e7eb;
  color: #374151;
}
._plansGrid_zz0wf_880 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
._planCard_zz0wf_887 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
._planCard_zz0wf_887:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
._planCard_zz0wf_887._currentPlan_zz0wf_903 {
  border: 2px solid #8256E7;
  background: rgba(130, 86, 231, 0.02);
}
._currentPlanBadge_zz0wf_908 {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #8256E7;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
}
._planTitle_zz0wf_921 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}
._planDescription_zz0wf_928 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 16px 0;
  line-height: 1.5;
}
._planPrice_zz0wf_935 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 24px 0;
}
._planFeatures_zz0wf_942 {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
._planFeatures_zz0wf_942 li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.875rem;
  color: #1f2937;
  line-height: 1.5;
}
._checkIcon_zz0wf_961 {
  width: 20px;
  height: 20px;
  color: #10b981;
  flex-shrink: 0;
  margin-top: 2px;
}
._manageButton_zz0wf_970 {
  width: 100%;
  padding: 12px 24px;
  background: #8256E7;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
._manageButton_zz0wf_970:hover:not(:disabled) {
  background: #6B45C1;
}
._manageButton_zz0wf_970:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._upgradeButton_zz0wf_773 {
  width: 100%;
  padding: 12px 24px;
  background: #8256E7;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
._upgradeButton_zz0wf_773:hover:not(:disabled) {
  background: #6B45C1;
}
._upgradeButton_zz0wf_773:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._downgradeButton_zz0wf_1022 {
  width: 100%;
  padding: 12px 24px;
  background: #ffffff;
  color: #8256E7;
  border: 2px solid #8256E7;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
._downgradeButton_zz0wf_1022:hover:not(:disabled) {
  background: rgba(130, 86, 231, 0.05);
}
._downgradeButton_zz0wf_1022:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._currentPlanButton_zz0wf_1048 {
  width: 100%;
  padding: 12px 24px;
  background: #9ca3af;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: not-allowed;
}
._buttonIcon_zz0wf_630 {
  width: 18px;
  height: 18px;
}
._refreshButton_zz0wf_1065 {
  background: transparent;
  color: #8256E7;
  border: 1px solid #8256E7;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px 16px;
}
._refreshButton_zz0wf_1065:hover {
  background: rgba(130, 86, 231, 0.05);
}
._emptyState_zz0wf_1082 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  color: #6b7280;
  text-align: center;
}
._emptyState_zz0wf_1082 p {
  margin: 16px 0 0 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 400;
}
._emptyIcon_zz0wf_1099 {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: #d1d5db;
}
._usageGrid_zz0wf_1107 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
._usageCard_zz0wf_1113 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.2s ease;
}
._usageCard_zz0wf_1113:hover {
  background: #f3f4f6;
  border-color: #8256E7;
}
._usageIcon_zz0wf_1129 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #8256E7;
  border-radius: 12px;
  color: #ffffff;
  flex-shrink: 0;
}
._icon_zz0wf_1141 {
  width: 24px;
  height: 24px;
}
._usageInfo_zz0wf_1146 {
  flex: 1;
}
._usageTitle_zz0wf_1150 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 4px 0;
}
._usageValue_zz0wf_499 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._tikTokNote_zz0wf_1165 {
  font-size: 0.875rem;
  color: #0369a1;
  margin-top: 8px;
  padding: 12px 16px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  line-height: 1.5;
}
._tikTokAccountInfo_zz0wf_1176 {
  margin-top: 16px;
}
._tikTokInfoCard_zz0wf_1180 {
  background: #8256E7;
  color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}
._tikTokTitle_zz0wf_1188 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #ffffff;
}
._tikTokDescription_zz0wf_1195 {
  font-size: 0.875rem;
  margin: 0 0 16px 0;
  opacity: 0.9;
  line-height: 1.5;
  color: #ffffff;
}
._tikTokDetails_zz0wf_1203 {
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
._tikTokDetails_zz0wf_1203 p {
  margin: 8px 0;
  font-size: 0.875rem;
  color: #ffffff;
}
._tikTokDetails_zz0wf_1203 strong {
  color: #ffffff;
  font-weight: 600;
}
._goalsGrid_zz0wf_1222 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 8px;
}
._goalLabel_zz0wf_1229 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
._goalLabel_zz0wf_1229:hover {
  background: #f3f4f6;
  border-color: #8256E7;
}
._goalLabel_zz0wf_1229 input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #8256E7;
  margin: 0;
  cursor: pointer;
}
._goalLabel_zz0wf_1229 span {
  color: #1f2937;
  font-weight: 500;
}
._pricingPlatforms_zz0wf_1265 {
  margin-top: 24px;
}
._subsectionTitle_zz0wf_1269 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin: 32px 0 16px 0;
}
._subsectionTitle_zz0wf_1269:first-child {
  margin-top: 0;
}
._platformPricingGrid_zz0wf_1280 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
._platformPricingItem_zz0wf_1286 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
}
._platformPricingItem_zz0wf_1286:hover {
  border-color: #8256E7;
  background: #f8f9ff;
}
._platformInfo_zz0wf_1302 {
  display: flex;
  align-items: center;
  gap: 12px;
}
._platformIcon_zz0wf_1308 {
  font-size: 1.25rem;
}
._platformLabel_zz0wf_557 {
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}
._platformInput_zz0wf_1318 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._currencySymbol_zz0wf_1324 {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.875rem;
}
._pricingInput_zz0wf_1330 {
  width: 100px;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  text-align: right;
  transition: border-color 0.2s;
}
._pricingInput_zz0wf_1330:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._dangerZone_zz0wf_1348 {
  margin-top: 48px;
  padding: 24px;
  border: 2px solid #fecaca;
  border-radius: 12px;
  background: #fef2f2;
  margin-bottom: 0;
}
._dangerZoneTitle_zz0wf_1359 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #dc2626;
  margin: 0 0 8px 0;
}
._dangerZoneDescription_zz0wf_1366 {
  color: #7f1d1d;
  margin: 0 0 24px 0;
  line-height: 1.5;
  font-size: 0.875rem;
}
._dangerButton_zz0wf_1373 {
  background: #dc2626;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
._dangerButton_zz0wf_1373:hover {
  background: #b91c1c;
}
._dangerButton_zz0wf_1373:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
._modalOverlay_zz0wf_1395 {
  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: 16px;
}
._modalContent_zz0wf_1409 {
  background: white;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
._modalHeader_zz0wf_1419 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e5e7eb;
}
._modalTitle_zz0wf_1427 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
._modalClose_zz0wf_1434 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  color: #6b7280;
  transition: color 0.2s;
}
._modalClose_zz0wf_1434:hover {
  color: #374151;
}
._closeIcon_zz0wf_1448 {
  width: 20px;
  height: 20px;
}
._modalBody_zz0wf_1453 {
  padding: 24px;
}
._modalWarningBox_zz0wf_1457 {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin-bottom: 24px;
}
._modalWarningIcon_zz0wf_1467 {
  font-size: 1.5rem;
  flex-shrink: 0;
}
._modalWarningContent_zz0wf_1472 {
  flex: 1;
}
._modalWarningTitle_zz0wf_1476 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #dc2626;
  margin: 0 0 8px 0;
}
._modalWarningText_zz0wf_1483 {
  color: #7f1d1d;
  margin: 0 0 12px 0;
  line-height: 1.5;
  font-size: 0.875rem;
}
._modalWarningList_zz0wf_1490 {
  color: #7f1d1d;
  margin: 0;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 0.875rem;
}
._modalWarningList_zz0wf_1490 li {
  margin-bottom: 4px;
}
._confirmationSection_zz0wf_1502 {
  margin-top: 24px;
}
._confirmationLabel_zz0wf_1506 {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
  font-size: 0.875rem;
}
._confirmationInput_zz0wf_1514 {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  color: #1f2937;
  background-color: #ffffff;
  transition: border-color 0.2s;
  font-family: inherit;
}
._confirmationInput_zz0wf_1514:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._confirmationNote_zz0wf_1532 {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
._modalFooter_zz0wf_1543 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 0 24px 24px 24px;
}
._cancelButton_zz0wf_1550 {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
._cancelButton_zz0wf_1550:hover:not(:disabled) {
  background: #e5e7eb;
}
._cancelButton_zz0wf_1550:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._deleteButton_zz0wf_1571 {
  background: #dc2626;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
._deleteButton_zz0wf_1571:hover:not(:disabled) {
  background: #b91c1c;
}
._deleteButton_zz0wf_1571:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
@media (max-width: 1024px) {
  ._layout_zz0wf_9 {
    flex-direction: column;
  }
  ._sidebar_zz0wf_18 {
    width: 100%;
    height: auto;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px;
  }
  ._sidebarHeader_zz0wf_31 {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
  }
  ._sidebarSection_zz0wf_44 {
    margin-bottom: 24px;
    padding: 0;
  }
  ._sidebarNav_zz0wf_59 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  ._sidebarNavItem_zz0wf_65 {
    flex: 1;
    min-width: 120px;
    justify-content: center;
  }
  ._sidebarNavItem_zz0wf_65._active_zz0wf_87::before {
    display: none;
  }
  ._sidebarNavItem_zz0wf_65._active_zz0wf_87 {
    border-left: none;
    border-bottom: 2px solid #8256E7;
  }
  ._mainContent_zz0wf_147 {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  ._mainContent_zz0wf_147 {
    padding: 16px;
  }
  ._tabContent_zz0wf_205 {
    padding: 24px;
  }
  ._formGrid_zz0wf_507 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  ._platformGrid_zz0wf_550 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  ._membershipCard_zz0wf_718 {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 24px;
  }
  ._plansGrid_zz0wf_880 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  ._planCard_zz0wf_887 {
    padding: 20px;
  }
  ._planTitle_zz0wf_921 {
    font-size: 1.25rem;
  }
  ._planPrice_zz0wf_935 {
    font-size: 1.75rem;
  }
  ._tableHeader_zz0wf_448,
  ._tableRow_zz0wf_453 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  ._tableCell_zz0wf_837 {
    padding: 12px;
  }
  ._usageGrid_zz0wf_1107 {
    grid-template-columns: 1fr;
  }
  ._toggle_zz0wf_672 {
    width: 40px;
    height: 20px;
  }
  ._toggleSlider_zz0wf_685 {
    border-radius: 20px;
  }
  ._toggleSlider_zz0wf_685:before {
    height: 14px;
    width: 14px;
  }
  ._toggle_zz0wf_672 input:checked + ._toggleSlider_zz0wf_685:before {
    transform: translateX(20px);
  }
  ._notificationItem_zz0wf_642 {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  ._platformPricingItem_zz0wf_1286 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  ._platformInput_zz0wf_1318 {
    width: 100%;
    justify-content: flex-end;
  }
  ._pricingInput_zz0wf_1330 {
    width: 120px;
  }
}
@media (max-width: 480px) {
  ._sidebarNav_zz0wf_59 {
    flex-direction: column;
  }
  ._sidebarNavItem_zz0wf_65 {
    width: 100%;
  }
  ._pageTitle_zz0wf_162 {
    font-size: 1.25rem;
  }
  ._pageSubtitle_zz0wf_169 {
    font-size: 0.875rem;
  }
  ._sectionTitle_zz0wf_283 {
    font-size: 1.25rem;
  }
  ._toggle_zz0wf_672 {
    width: 36px;
    height: 18px;
  }
  ._toggleSlider_zz0wf_685 {
    border-radius: 18px;
  }
  ._toggleSlider_zz0wf_685:before {
    height: 12px;
    width: 12px;
  }
  ._toggle_zz0wf_672 input:checked + ._toggleSlider_zz0wf_685:before {
    transform: translateX(18px);
  }
}
._collapsibleSection_zz0wf_1781 {
  margin-bottom: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.2s ease;
}
._collapsibleSection_zz0wf_1781:hover {
  border-color: #d1d5db;
}
._sectionHeader_zz0wf_1794 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: left;
}
._sectionHeader_zz0wf_1794:hover {
  background: rgba(130, 86, 231, 0.05);
}
._sectionHeaderContent_zz0wf_1811 {
  display: flex;
  align-items: center;
  gap: 12px;
}
._sectionHeaderIcon_zz0wf_1817 {
  width: 20px;
  height: 20px;
  color: #8256E7;
  flex-shrink: 0;
}
._sectionHeaderTitle_zz0wf_1824 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
._chevronIcon_zz0wf_1831 {
  width: 20px;
  height: 20px;
  color: #6b7280;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
._sectionContent_zz0wf_1839 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    padding 0.2s ease-in-out;
  padding: 0 20px;
}
._sectionContent_zz0wf_1839._expanded_zz0wf_1847 {
  max-height: 5000px;
  opacity: 1;
  padding: 0 20px 20px 20px;
}
._miniForm_zz0wf_1854 {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px 0;
}
._miniFormButtonGroup_zz0wf_1862 {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
._miniFormButtonGroup_zz0wf_1862 ._primaryButton_zz0wf_590 {
  padding: 10px 20px;
  font-size: 0.875rem;
}
._miniFormButtonGroup_zz0wf_1862 ._primaryButton_zz0wf_590:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._infoCard_zz0wf_1879 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
._infoCard_zz0wf_1879 ._hintText_zz0wf_325 {
  margin: 0;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
}
._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 {
}
._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_3h4mr_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
}
._hero_3h4mr_8 {
  background: #8256E7;
  color: white;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
._hero_3h4mr_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_3h4mr_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_3h4mr_28 * {
  color: white;
}
._brandLogo_3h4mr_45 {
  margin-bottom: 0.125rem;
  position: relative;
}
._brandLogoImage_3h4mr_50 {
  border-radius: 4px;
  background: white;
  transition: transform 0.3s ease;
}
._brandLogoImage_3h4mr_50:hover {
  transform: none;
}
._heroContent_3h4mr_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_3h4mr_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_3h4mr_83 {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
._backButton_3h4mr_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_3h4mr_91:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._saveButton_3h4mr_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_3h4mr_114:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}
._tabSystem_3h4mr_134 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
._tabButtons_3h4mr_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_3h4mr_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_3h4mr_141:hover {
  color: #8256E7;
  background: rgba(130, 86, 231, 0.08);
}
._activeTab_3h4mr_174 {
  color: white !important;
  background: #8256E7 !important;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._tabCount_3h4mr_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_3h4mr_141:not(._activeTab_3h4mr_174) ._tabCount_3h4mr_180 {
  background: rgba(100, 116, 139, 0.15);
  color: #64748b;
}
._contactsSection_3h4mr_195 {
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
._sectionHeader_3h4mr_202 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
._sectionHeader_3h4mr_202 h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._contactCount_3h4mr_217 {
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
}
._agencyName_3h4mr_223 {
  color: #8256E7;
  font-weight: 600;
}
._contactsTable_3h4mr_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_3h4mr_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_3h4mr_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_3h4mr_251::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #8256E7;
  opacity: 0;
  transition: opacity 0.3s ease;
}
._contactRow_3h4mr_251:last-child {
  border-bottom: none;
}
._contactRow_3h4mr_251:hover {
  background:
    linear-gradient(
      135deg,
      rgba(102, 126, 234, 0.02) 0%,
      rgba(118, 75, 162, 0.02) 100%);
  transform: translateX(4px);
}
._contactRow_3h4mr_251:hover::before {
  width: 4px;
}
._selectColumn_3h4mr_289 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._selectColumn_3h4mr_289 input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #8256E7;
  cursor: pointer;
  border-radius: 4px;
}
._selectColumn_3h4mr_289 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._nameColumn_3h4mr_308,
._titleColumn_3h4mr_308 {
  padding: 0 0.75rem;
}
._actionsColumn_3h4mr_312 {
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.75rem;
}
._contactName_3h4mr_321 {
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
._savedBadge_3h4mr_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_3h4mr_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_3h4mr_353,
._unlockedLinkedIn_3h4mr_354 {
  color: #10b981 !important;
  font-weight: 600;
  opacity: 0.9;
}
._contactRow_3h4mr_251:has(._lockedBadge_3h4mr_341) {
  opacity: 0.7;
}
._contactRow_3h4mr_251:has(._lockedBadge_3h4mr_341) ._selectColumn_3h4mr_289 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._contactEmail_3h4mr_369 {
  font-size: 0.875rem;
  color: #000;
  margin-top: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
._contactActions_3h4mr_378 {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-start;
}
._titleColumn_3h4mr_308 {
  color: #475569;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
}
._budgetColumn_3h4mr_393 {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
}
._contactButtons_3h4mr_399 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 0.75rem;
}
._copyButton_3h4mr_409,
._emailButton_3h4mr_409,
._linkedinButton_3h4mr_409 {
  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_3h4mr_409::before,
._emailButton_3h4mr_409::before,
._linkedinButton_3h4mr_409::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_3h4mr_409:hover::before,
._emailButton_3h4mr_409:hover::before,
._linkedinButton_3h4mr_409:hover::before {
  left: 100%;
}
._copyButton_3h4mr_409 {
  background:
    linear-gradient(
      135deg,
      #64748b 0%,
      #475569 100%);
  box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}
._copyButton_3h4mr_409:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(100, 116, 139, 0.4);
}
._emailButton_3h4mr_409 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #8256E7 100%);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._emailButton_3h4mr_409:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(130, 86, 231, 0.4);
}
._linkedinButton_3h4mr_409 {
  background:
    linear-gradient(
      135deg,
      #0077b5 0%,
      #005885 100%);
  box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}
._linkedinButton_3h4mr_409:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 119, 181, 0.4);
}
._saveContactButton_3h4mr_475 {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loadingState_3h4mr_484,
._errorState_3h4mr_484 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  font-size: 1.25rem;
  color: #64748b;
  font-weight: 500;
}
._errorState_3h4mr_484 {
  flex-direction: column;
  gap: 1.5rem;
}
._errorState_3h4mr_484 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._errorState_3h4mr_484 p {
  max-width: 500px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
._similarBrandsSection_3h4mr_517 {
  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_3h4mr_517::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_3h4mr_517 ._sectionHeader_3h4mr_202 {
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_202 h2 {
  color: #8256E7;
  letter-spacing: -0.04em;
}
._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_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_3h4mr_568 {
  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_3h4mr_568 p {
  color: #92400e;
  font-weight: 500;
  margin: 0;
  font-size: 0.875rem;
}
._similarBrandsGrid_3h4mr_584 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
._similarBrandCard_3h4mr_592 {
  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_3h4mr_592::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_3h4mr_592:hover::before {
  opacity: 1;
}
._similarBrandCard_3h4mr_592: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_3h4mr_634 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
._brandInfo_3h4mr_641 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._brandInfo_3h4mr_641 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._similarBrandLogo_3h4mr_653 {
  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_3h4mr_653 img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 80%;
}
._similarBrandCard_3h4mr_592:hover ._similarBrandLogo_3h4mr_653 {
  transform: scale(1.1) rotate(2deg);
}
._brandInfo_3h4mr_641 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_3h4mr_641 p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
._matchBadge_3h4mr_695 {
  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_3h4mr_592:hover ._matchBadge_3h4mr_695 {
  transform: rotate(360deg) scale(1.15);
  box-shadow: 0 12px 30px rgba(130, 86, 231, 0.4);
}
._cardContent_3h4mr_713 {
  margin-bottom: 2.5rem;
}
._brandDetails_3h4mr_717 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
._detailItem_3h4mr_724 {
  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_3h4mr_592:hover ._detailItem_3h4mr_724 {
  background: rgba(255, 255, 255, 0.9);
}
._label_3h4mr_739 {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.4;
}
._value_3h4mr_746 {
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 700;
  line-height: 1.4;
}
._matchReasons_3h4mr_753 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
._matchTag_3h4mr_760 {
  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_3h4mr_592:hover ._matchTag_3h4mr_760 {
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.15),
      rgba(124, 79, 216, 0.15));
  transform: translateY(-2px);
}
._cardAction_3h4mr_781 {
  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_3h4mr_592:hover ._cardAction_3h4mr_781 {
  color: #8256E7;
  transform: translateX(8px);
}
._cardAction_3h4mr_781 svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_3h4mr_592:hover ._cardAction_3h4mr_781 svg {
  transform: translateX(8px) scale(1.1);
}
._noSimilarBrands_3h4mr_806 {
  text-align: center;
  padding: 6rem 2rem;
  color: #64748b;
  position: relative;
  z-index: 1;
}
._noSimilarBrands_3h4mr_806 svg {
  opacity: 0.3;
  margin-bottom: 2.5rem;
}
._noSimilarBrands_3h4mr_806 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_3h4mr_806 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_3h4mr_839 {
  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_3h4mr_839:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}
@media (max-width: 768px) {
  ._sectionHeader_3h4mr_202 {
    gap: 0.75rem;
    align-items: flex-start;
  }
  ._tableHeader_3h4mr_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_3h4mr_238 ._selectColumn_3h4mr_289 {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 0;
  }
  ._tableHeader_3h4mr_238 ._nameColumn_3h4mr_308 {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    align-self: center;
  }
  ._tableHeader_3h4mr_238 ._titleColumn_3h4mr_308 {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    margin-top: -2px;
  }
  ._tableHeader_3h4mr_238 ._actionsColumn_3h4mr_312 {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-top: 0.1rem;
  }
  ._container_3h4mr_1 {
    padding: 0.5rem;
    max-width: 100%;
    overflow-x: hidden;
  }
  ._header_3h4mr_916 {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  ._header_3h4mr_916 h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  ._header_3h4mr_916 p {
    font-size: 0.85rem;
    line-height: 1.4;
    max-width: 100%;
    color: #6b7280;
  }
  ._backButton_3h4mr_91 {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  ._brandInfo_3h4mr_641 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
  }
  ._brandLogo_3h4mr_45 {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
  }
  ._brandDetails_3h4mr_717 h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  ._brandDetails_3h4mr_717 p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  ._tabs_3h4mr_969 {
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
  }
  ._tab_3h4mr_134 {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
  }
  ._contactRow_3h4mr_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_3h4mr_251:last-child {
    border-bottom: none;
  }
  ._contactRow_3h4mr_251:hover {
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
  ._selectColumn_3h4mr_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_3h4mr_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_3h4mr_308 {
    grid-row: 1;
    grid-column: 2;
    padding: 0;
    min-width: 0;
    overflow: hidden;
    word-wrap: break-word;
    display: block;
    align-self: start;
  }
  ._contactName_3h4mr_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_3h4mr_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_3h4mr_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_3h4mr_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_3h4mr_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_3h4mr_399 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }
  ._contactButtons_3h4mr_399 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_3h4mr_399 button:hover {
    background: #f9fafb;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
  ._contactButtons_3h4mr_399 button:active {
    transform: scale(0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  ._contactButtons_3h4mr_399 button:focus-visible {
    outline: 3px solid rgba(130, 86, 231, 0.35);
    outline-offset: 2px;
  }
  ._contactButtons_3h4mr_399 button[data-action=email] {
    background: #8256E7;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(130, 86, 231, 0.3);
  }
  ._contactButtons_3h4mr_399 button[data-action=email]:hover {
    background: #7c3aed;
    box-shadow: 0 4px 8px rgba(130, 86, 231, 0.4);
    transform: translateY(-1px);
  }
  ._contactCard_3h4mr_1179 {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
  }
  ._contactHeader_3h4mr_1185 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  ._contactInfo_3h4mr_1191 {
    width: 100%;
  }
  ._contactName_3h4mr_321 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.25rem;
  }
  ._contactTitle_3h4mr_1201 {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  ._contactActions_3h4mr_378 {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  ._actionButton_3h4mr_1213 {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    justify-content: center;
  }
  ._contactGrid_3h4mr_1221 {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0.5rem;
  }
  ._groupInfoBlock_3h4mr_1228 {
    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_3h4mr_1228:hover {
    background: #f1f5f9;
  }
  ._groupInfoBlock_3h4mr_1228::before {
    content: "ℹ️";
    margin-right: 0.5rem;
    font-size: 0.875rem;
  }
  ._groupInfoBlock_3h4mr_1228._collapsed_3h4mr_1248 {
    padding: 0.5rem;
  }
  ._groupInfoBlock_3h4mr_1228._collapsed_3h4mr_1248 span {
    display: none;
  }
  ._groupInfoBlock_3h4mr_1228._collapsed_3h4mr_1248::before {
    content: "ℹ️";
  }
  ._groupSelector_3h4mr_1261 {
    padding: 0.75rem;
    margin: 0.75rem 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #f8fafc;
  }
  ._groupSelector_3h4mr_1261 h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  ._groupSelector_3h4mr_1261 h3::after {
    content: "▼";
    font-size: 0.75rem;
    color: #6b7280;
    transition: transform 0.2s ease;
  }
  ._groupSelector_3h4mr_1261._collapsed_3h4mr_1248 h3::after {
    transform: rotate(-90deg);
  }
  ._groupSelector_3h4mr_1261._collapsed_3h4mr_1248 ._groupList_3h4mr_1289 {
    display: none;
  }
  ._groupList_3h4mr_1289 {
    max-height: 200px;
    overflow-y: auto;
  }
  ._groupItem_3h4mr_1298 {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  ._createGroupModal_3h4mr_1304 {
    padding: 1rem;
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }
  ._createGroupModal_3h4mr_1304 h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  ._formGroup_3h4mr_1315 {
    margin-bottom: 1rem;
  }
  ._formGroup_3h4mr_1315 label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  ._formGroup_3h4mr_1315 input,
  ._formGroup_3h4mr_1315 textarea {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  ._formActions_3h4mr_1330 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._formButton_3h4mr_1335 {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  ._similarBrandsSection_3h4mr_517 {
    padding: 2rem 1rem;
    margin: 0.5rem;
    border-radius: 0.75rem;
  }
  ._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_202 {
    margin-bottom: 2rem;
  }
  ._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_202 h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  ._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_202 p {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0;
    margin: 0.5rem auto 0 auto;
  }
  ._similarBrandsGrid_3h4mr_584 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._similarBrandCard_3h4mr_592 {
    padding: 1.5rem;
  }
  ._cardHeader_3h4mr_634 {
    margin-bottom: 1rem;
  }
  ._brandInfo_3h4mr_641 {
    gap: 0.75rem;
  }
  ._similarBrandLogo_3h4mr_653 {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
  }
  ._brandInfo_3h4mr_641 h3 {
    margin-bottom: 0.25rem;
    line-height: 1.2;
    font-size: 1rem;
  }
  ._brandDetails_3h4mr_717 {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  ._detailItem_3h4mr_724 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  ._matchReasons_3h4mr_753 {
    justify-content: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  ._matchTag_3h4mr_760 {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
  ._cardAction_3h4mr_781 {
    padding: 1rem 0.75rem 0.75rem;
  }
  ._noSimilarBrands_3h4mr_806 {
    padding: 3rem 1rem;
  }
  ._noSimilarBrands_3h4mr_806 h3 {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 1.25rem;
  }
  ._noSimilarBrands_3h4mr_806 p {
    margin-bottom: 2rem;
    line-height: 1.5;
    padding: 0;
    font-size: 0.875rem;
  }
  ._loadingContainer_3h4mr_1438 {
    padding: 2rem 1rem;
  }
  ._loadingSpinner_3h4mr_1442 {
    width: 2rem;
    height: 2rem;
  }
  ._loadingText_3h4mr_1447 {
    font-size: 0.875rem;
  }
  ._errorContainer_3h4mr_1452 {
    padding: 2rem 1rem;
    text-align: center;
  }
  ._errorTitle_3h4mr_1457 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  ._errorMessage_3h4mr_1462 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  ._errorButton_3h4mr_1468 {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
  ._toast_3h4mr_1474 {
    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_3h4mr_1489 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  ._toastIcon_3h4mr_1495 {
    color: #34d399;
  }
}
@media (max-width: 480px) {
  ._tableHeader_3h4mr_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_3h4mr_238 ._selectColumn_3h4mr_289 {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 0;
  }
  ._tableHeader_3h4mr_238 ._nameColumn_3h4mr_308 {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    align-self: center;
  }
  ._tableHeader_3h4mr_238 ._titleColumn_3h4mr_308 {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    margin-top: -2px;
  }
  ._tableHeader_3h4mr_238 ._actionsColumn_3h4mr_312 {
    grid-column: 2;
    grid-row: 3;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.1rem;
  }
  ._container_3h4mr_1 {
    padding: 0.25rem;
  }
  ._header_3h4mr_916 {
    padding: 1.5rem 0.75rem;
  }
  ._header_3h4mr_916 h1 {
    font-size: 1.5rem;
  }
  ._header_3h4mr_916 p {
    font-size: 0.8rem;
  }
  ._brandInfo_3h4mr_641 {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  ._brandLogo_3h4mr_45 {
    width: 50px;
    height: 50px;
  }
  ._brandDetails_3h4mr_717 h1 {
    font-size: 1.25rem;
  }
  ._brandDetails_3h4mr_717 p {
    font-size: 0.8rem;
  }
  ._tabs_3h4mr_969 {
    gap: 0.25rem;
    margin: 0.75rem 0;
  }
  ._tab_3h4mr_134 {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
  ._contactRow_3h4mr_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_3h4mr_289 {
    width: 32px;
    height: 40px;
    align-self: start;
  }
  ._selectColumn_3h4mr_289 input[type=checkbox] {
    width: 0.85rem;
    height: 0.85rem;
    transform: scale(0.85);
    transform-origin: center;
    box-sizing: content-box;
    margin: 0;
  }
  ._contactName_3h4mr_321 {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    flex: 1;
  }
  ._savedBadge_3h4mr_331 {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
    margin-left: 0.5rem;
  }
  ._contactEmail_3h4mr_369 {
    font-size: 0.8rem;
    margin: 0;
    color: #374151;
    font-weight: 500;
    align-self: start;
  }
  ._titleColumn_3h4mr_308 {
    font-size: 0.8rem;
    margin: 0;
    color: #6b7280;
    font-weight: 400;
    align-self: start;
  }
  ._actionsColumn_3h4mr_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_3h4mr_399 {
    gap: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  ._contactButtons_3h4mr_399 button {
    min-width: 40px;
    min-height: 40px;
    padding: 0.625rem;
    font-size: 0.7rem;
    border-radius: 0.625rem;
  }
  ._contactCard_3h4mr_1179 {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  ._contactHeader_3h4mr_1185 {
    gap: 0.5rem;
  }
  ._contactName_3h4mr_321 {
    font-size: 0.9rem;
  }
  ._contactTitle_3h4mr_1201 {
    font-size: 0.75rem;
  }
  ._actionButton_3h4mr_1213 {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
  ._contactGrid_3h4mr_1221 {
    gap: 0.75rem;
    padding: 0.25rem;
  }
  ._groupSelector_3h4mr_1261 {
    padding: 0.75rem;
    margin: 0.75rem 0;
  }
  ._groupSelector_3h4mr_1261 h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  ._groupItem_3h4mr_1298 {
    padding: 0.625rem;
    font-size: 0.8rem;
  }
  ._createGroupModal_3h4mr_1304 {
    padding: 0.75rem;
    margin: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
  ._createGroupModal_3h4mr_1304 h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  ._formGroup_3h4mr_1315 {
    margin-bottom: 0.75rem;
  }
  ._formGroup_3h4mr_1315 label {
    font-size: 0.8rem;
    margin-bottom: 0.375rem;
  }
  ._formGroup_3h4mr_1315 input,
  ._formGroup_3h4mr_1315 textarea {
    padding: 0.625rem;
    font-size: 0.8rem;
  }
  ._formActions_3h4mr_1330 {
    gap: 0.5rem;
  }
  ._formButton_3h4mr_1335 {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
  ._similarBrandsSection_3h4mr_517 {
    padding: 1.5rem 0.75rem;
    margin: 0.25rem;
  }
  ._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_202 h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  ._similarBrandsSection_3h4mr_517 ._sectionHeader_3h4mr_202 p {
    font-size: 0.8rem;
  }
  ._similarBrandsGrid_3h4mr_584 {
    gap: 0.75rem;
  }
  ._similarBrandCard_3h4mr_592 {
    padding: 1rem;
  }
  ._similarBrandLogo_3h4mr_653 {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    min-height: 28px;
  }
  ._brandInfo_3h4mr_641 h3 {
    font-size: 0.9rem;
  }
  ._detailItem_3h4mr_724 {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }
  ._matchTag_3h4mr_760 {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
  }
  ._cardAction_3h4mr_781 {
    padding: 0.75rem 0.5rem 0.5rem;
  }
  ._noSimilarBrands_3h4mr_806 {
    padding: 2rem 0.75rem;
  }
  ._noSimilarBrands_3h4mr_806 h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  ._noSimilarBrands_3h4mr_806 p {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  ._loadingContainer_3h4mr_1438 {
    padding: 1.5rem 0.75rem;
  }
  ._loadingSpinner_3h4mr_1442 {
    width: 1.5rem;
    height: 1.5rem;
  }
  ._loadingText_3h4mr_1447 {
    font-size: 0.8rem;
  }
  ._errorContainer_3h4mr_1452 {
    padding: 1.5rem 0.75rem;
  }
  ._errorTitle_3h4mr_1457 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  ._errorMessage_3h4mr_1462 {
    font-size: 0.8rem;
    margin-bottom: 1.25rem;
  }
  ._errorButton_3h4mr_1468 {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
  ._toast_3h4mr_1474 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem;
    z-index: 1000;
    font-size: 0.8rem;
  }
}
._modalOverlay_3h4mr_1867 {
  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_3h4mr_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _fadeIn_3h4mr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _spin_3h4mr_1897 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._spinner_3h4mr_1897 {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #8256E7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: _spin_3h4mr_1897 1s linear infinite;
}
._modal_3h4mr_1867 {
  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_3h4mr_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@keyframes _slideIn_3h4mr_1 {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
._modalHeader_3h4mr_1929 {
  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_3h4mr_1929 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_3h4mr_1929 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_3h4mr_1960 {
  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_3h4mr_1960:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #1e293b;
  transform: rotate(90deg);
}
._modalContent_3h4mr_1981 {
  padding: 1.5rem;
}
._modalContent_3h4mr_1981 p {
  margin: 0 0 1.5rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
}
._defaultInfo_3h4mr_1992 {
  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_3h4mr_2004 h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #1e293b;
}
._groupSubtext_3h4mr_2011 {
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
}
._groupOptions_3h4mr_2004 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
._saveOptionButton_3h4mr_2026 {
  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_3h4mr_2026:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}
._selectedOption_3h4mr_2047 {
  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_3h4mr_2047 ._groupName_3h4mr_2054 {
  color: white !important;
}
._selectedOption_3h4mr_2047:hover {
  background:
    linear-gradient(
      135deg,
      #6b45c1 0%,
      #5a3d9e 100%) !important;
  transform: translateY(-1px);
}
._groupColor_3h4mr_2063 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
._groupName_3h4mr_2054 {
  font-weight: 600;
}
._groupCount_3h4mr_2074 {
  color: #64748b;
  font-size: 0.8rem;
  margin-left: auto;
}
._selectedOption_3h4mr_2047 ._groupCount_3h4mr_2074 {
  color: rgba(255, 255, 255, 0.8);
}
._createNewOption_3h4mr_2084 {
  border: 1px dashed rgba(130, 86, 231, 0.4);
  background: rgba(130, 86, 231, 0.05);
  color: #8256E7;
}
._createNewOption_3h4mr_2084:hover {
  background: rgba(130, 86, 231, 0.1);
}
._modalActions_3h4mr_2094 {
  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_3h4mr_2104 {
  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_3h4mr_2104:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
._saveContactsButton_3h4mr_2124 {
  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_3h4mr_2124:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
  background:
    linear-gradient(
      135deg,
      #7c4fd8 0%,
      #6b46c1 100%);
}
._saveContactsButton_3h4mr_2124:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_3h4mr_2124:disabled:not(._loading_3h4mr_484) {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_3h4mr_2124._loading_3h4mr_484 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #7c4fd8 100%);
  cursor: wait;
  opacity: 0.8;
}
._modalActions_3h4mr_2094 {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
._createGroupSection_3h4mr_2174 {
  display: flex;
  justify-content: center;
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
._saveSelectedButton_3h4mr_2182 {
  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_3h4mr_2182:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
}
._formGroup_3h4mr_1315 {
  margin-bottom: 1.5rem;
}
._formGroup_3h4mr_1315 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}
._formInput_3h4mr_2217 {
  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_3h4mr_2217:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formTextarea_3h4mr_2233 {
  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_3h4mr_2233:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._saveOptions_3h4mr_2251 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
._saveOption_3h4mr_2026 {
  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_3h4mr_2026:hover {
  border-color: rgba(130, 86, 231, 0.3);
  background: rgba(130, 86, 231, 0.02);
  transform: translateY(-2px);
}
._selectedOption_3h4mr_2047 {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
  color: #8256E7;
}
._optionIcon_3h4mr_2284 {
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
}
._optionContent_3h4mr_2290 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._optionTitle_3h4mr_2297 {
  font-weight: 600;
  font-size: 0.9rem;
}
._optionDescription_3h4mr_2302 {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.4;
}
._selectedOption_3h4mr_2047 ._optionDescription_3h4mr_2302 {
  color: rgba(130, 86, 231, 0.8);
}
._locationListContainer_3h4mr_2313 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
._locationListHeader_3h4mr_2319 {
  margin-bottom: 2rem;
}
._backButton_3h4mr_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_3h4mr_91:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #475569;
}
._locationListTitle_3h4mr_2345 {
  text-align: center;
  margin-bottom: 2rem;
}
._locationListTitle_3h4mr_2345 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}
._locationListTitle_3h4mr_2345 p {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0;
}
._locationGrid_3h4mr_2364 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
._locationCard_3h4mr_2371 {
  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_3h4mr_2371:hover {
  border-color: #8256E7;
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.15);
  transform: translateY(-2px);
}
._locationCardHeader_3h4mr_2386 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
._locationCardHeader_3h4mr_2386 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
  flex: 1;
  margin-right: 1rem;
}
._contactCount_3h4mr_217 {
  background: #8256E7;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
._locationWebsite_3h4mr_2413 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  font-size: 0.9rem;
  margin: 0 0 1.5rem 0;
}
._locationWebsite_3h4mr_2413 svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
._locationActions_3h4mr_2428 {
  display: flex;
  gap: 0.75rem;
}
._viewContactsButton_3h4mr_2433 {
  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_3h4mr_2433:hover {
  background: #7c3aed;
  transform: translateY(-1px);
}
._viewContactsButton_3h4mr_2433:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  ._locationListContainer_3h4mr_2313 {
    padding: 1rem;
  }
  ._locationListTitle_3h4mr_2345 h1 {
    font-size: 2rem;
  }
  ._locationGrid_3h4mr_2364 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._locationCard_3h4mr_2371 {
    padding: 1rem;
  }
  ._locationCardHeader_3h4mr_2386 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  ._locationCardHeader_3h4mr_2386 h3 {
    margin-right: 0;
  }
}
._container_hp4wc_3 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 24px;
  background:
    linear-gradient(
      to bottom right,
      #f8fafc,
      #f3e8ff);
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}
._content_hp4wc_13 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  width: 100%;
}
._featuresSection_hp4wc_22 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
._heading_hp4wc_28 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
  margin: 0;
}
._featuresList_hp4wc_36 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
._featureItem_hp4wc_42 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
._featureIconWrapper_hp4wc_48 {
  width: 48px;
  height: 48px;
  background:
    linear-gradient(
      to bottom right,
      #8256E7,
      #6B45C1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}
._featureIcon_hp4wc_48 {
  width: 24px;
  height: 24px;
}
._featureContent_hp4wc_65 {
  flex: 1;
}
._featureTitle_hp4wc_69 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px 0;
}
._featureDescription_hp4wc_76 {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
._connectionSection_hp4wc_84 {
  position: sticky;
  top: 24px;
}
._connectionCard_hp4wc_89 {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}
._connectionHeader_hp4wc_97 {
  text-align: center;
  margin-bottom: 32px;
}
._gmailIcon_hp4wc_102 {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
._gmailSvg_hp4wc_114 {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
._connectionTitle_hp4wc_120 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}
._connectionSubtitle_hp4wc_127 {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}
._connectionBenefits_hp4wc_133 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 8px;
}
._benefitItem_hp4wc_143 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #1f2937;
}
._checkIcon_hp4wc_151 {
  width: 20px;
  height: 20px;
  color: #16a34a;
  flex-shrink: 0;
}
._connectButton_hp4wc_158 {
  width: 100%;
  padding: 14px 24px;
  background:
    linear-gradient(
      to right,
      #8256E7,
      #6B45C1);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
._connectButton_hp4wc_158:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
  background:
    linear-gradient(
      to right,
      #6B45C1,
      #5A3AA0);
}
._connectButton_hp4wc_158:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._buttonIcon_hp4wc_187 {
  width: 20px;
  height: 20px;
}
._spinner_hp4wc_192 {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: _spin_hp4wc_192 0.8s linear infinite;
}
@keyframes _spin_hp4wc_192 {
  to {
    transform: rotate(360deg);
  }
}
._securityNote_hp4wc_207 {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  ._content_hp4wc_13 {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  ._connectionSection_hp4wc_84 {
    position: static;
  }
  ._heading_hp4wc_28 {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  ._container_hp4wc_3 {
    padding: 32px 16px;
  }
  ._content_hp4wc_13 {
    gap: 32px;
  }
  ._heading_hp4wc_28 {
    font-size: 1.5rem;
  }
  ._featureItem_hp4wc_42 {
    flex-direction: column;
    gap: 16px;
  }
  ._connectionCard_hp4wc_89 {
    padding: 24px;
  }
  ._connectionTitle_hp4wc_120 {
    font-size: 20px;
  }
}
._overlay_1d38c_3 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  backdrop-filter: blur(4px);
}
._modal_1d38c_11 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  width: 90%;
  max-height: 90vh;
  z-index: 51;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
._header_1d38c_28 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}
._title_1d38c_36 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
._subtitle_1d38c_43 {
  font-size: 14px;
  color: #6b7280;
  margin: 4px 0 0 0;
}
._closeButton_1d38c_49 {
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #6b7280;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
._closeButton_1d38c_49:hover {
  color: #1f2937;
  background: #f3f4f6;
}
._closeIcon_1d38c_67 {
  width: 24px;
  height: 24px;
}
._content_1d38c_72 {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}
._recipientsSection_1d38c_78 {
  margin-bottom: 24px;
}
._label_1d38c_82 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 12px;
}
._recipientsList_1d38c_90 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._recipientCard_1d38c_96 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
._brandLogo_1d38c_106 {
  flex-shrink: 0;
}
._recipientInfo_1d38c_110 {
  flex: 1;
  min-width: 0;
}
._recipientName_1d38c_115 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 2px 0;
}
._recipientEmail_1d38c_122 {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 2px 0;
}
._recipientBrand_1d38c_128 {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}
._fieldSection_1d38c_134 {
  margin-bottom: 24px;
}
._subjectPreview_1d38c_138 {
  padding: 12px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
._bodyPreview_1d38c_148 {
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-height: 400px;
  overflow-y: auto;
}
._bodyText_1d38c_157 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}
._warningBox_1d38c_167 {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 12px 16px;
  background: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 8px;
  margin-top: 16px;
}
._warningIcon_1d38c_178 {
  width: 20px;
  height: 20px;
  color: #f59e0b;
  flex-shrink: 0;
  margin-top: 2px;
}
._warningText_1d38c_186 {
  font-size: 13px;
  color: #92400e;
  margin: 0;
  line-height: 1.5;
}
._footer_1d38c_193 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}
._editButton_1d38c_203 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
._editButton_1d38c_203:hover {
  border-color: #8256E7;
  color: #8256E7;
  background: #f3e8ff;
}
._sendButton_1d38c_224 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background:
    linear-gradient(
      to right,
      #8256E7,
      #6B45C1);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
._sendButton_1d38c_224:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
  background:
    linear-gradient(
      to right,
      #6B45C1,
      #5A3AA0);
}
._sendButton_1d38c_224:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._buttonIcon_1d38c_250 {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  ._modal_1d38c_11 {
    width: 95%;
    max-height: 95vh;
  }
  ._content_1d38c_72 {
    padding: 20px;
  }
  ._footer_1d38c_193 {
    flex-direction: column-reverse;
  }
  ._editButton_1d38c_203,
  ._sendButton_1d38c_224 {
    width: 100%;
    justify-content: center;
  }
}
._container_xaze7_3 {
  background: white;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e5e7eb;
}
._header_xaze7_10 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
._headerIcon_xaze7_19 {
  width: 24px;
  height: 24px;
  color: #8256E7;
}
._title_xaze7_25 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
._subtitle_xaze7_32 {
  font-size: 14px;
  color: #6b7280;
  margin: 4px 0 0 0;
}
._content_xaze7_38 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._section_xaze7_44 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._sectionTitle_xaze7_50 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
._sectionDescription_xaze7_57 {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
._platformsList_xaze7_63 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._platformCard_xaze7_69 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
._platformInfo_xaze7_79 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._platformName_xaze7_85 {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
._platformHandle_xaze7_91 {
  font-size: 13px;
  color: #6b7280;
}
._connectedBadge_xaze7_96 {
  font-size: 12px;
  font-weight: 500;
  color: #059669;
  background: #d1fae5;
  padding: 4px 8px;
  border-radius: 4px;
}
._platformContentTypes_xaze7_105 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
._platformTitle_xaze7_115 {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
._contentTypesGrid_xaze7_122 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._contentTypeButton_xaze7_128 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: all 0.15s ease;
}
._contentTypeButton_xaze7_128:hover {
  border-color: #8256E7;
  background: #faf5ff;
}
._contentTypeButton_xaze7_128._selected_xaze7_147 {
  background: #8256E7;
  border-color: #8256E7;
  color: white;
}
._contentTypeButton_xaze7_128._selected_xaze7_147:hover {
  background: #6B45C1;
  border-color: #6B45C1;
}
._checkIcon_xaze7_158 {
  width: 16px;
  height: 16px;
}
._saveButton_xaze7_163 {
  padding: 12px 24px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  align-self: flex-start;
}
._saveButton_xaze7_163:hover:not(:disabled) {
  background: #6B45C1;
}
._saveButton_xaze7_163:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._loading_xaze7_185 {
  text-align: center;
  padding: 40px;
  color: #6b7280;
  font-size: 14px;
}
._emptyState_xaze7_192 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
._emptyIcon_xaze7_201 {
  width: 48px;
  height: 48px;
  color: #d1d5db;
  margin-bottom: 16px;
}
._emptyText_xaze7_208 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 8px 0;
}
._emptySubtext_xaze7_215 {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
._overlay_eql3q_3 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  backdrop-filter: blur(4px);
}
._modal_eql3q_14 {
  background: white;
  border-radius: 16px;
  padding: 24px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
._header_eql3q_23 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
._warningIcon_eql3q_30 {
  width: 24px;
  height: 24px;
  color: #f59e0b;
  flex-shrink: 0;
}
._title_eql3q_37 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
._content_eql3q_44 {
  margin-bottom: 24px;
}
._message_eql3q_48 {
  font-size: 15px;
  color: #374151;
  margin: 0 0 16px 0;
  line-height: 1.5;
}
._preview_eql3q_55 {
  background: #f9fafb;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
}
._previewLabel_eql3q_62 {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
._previewValue_eql3q_71 {
  font-size: 14px;
  color: #111827;
  font-weight: 500;
}
._info_eql3q_77 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #eff6ff;
  border-radius: 8px;
  margin-bottom: 16px;
}
._infoIcon_eql3q_87 {
  width: 20px;
  height: 20px;
  color: #3b82f6;
  flex-shrink: 0;
}
._infoText_eql3q_94 {
  font-size: 14px;
  color: #1e40af;
}
._progress_eql3q_99 {
  margin-top: 16px;
}
._progressBar_eql3q_103 {
  width: 100%;
  height: 8px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
._progressFill_eql3q_112 {
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #8256E7 0%,
      #6B45C1 100%);
  border-radius: 4px;
  transition: width 0.3s ease;
}
._progressText_eql3q_119 {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}
._actions_eql3q_125 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
._cancelButton_eql3q_131 {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
._cancelButton_eql3q_131:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #9ca3af;
}
._cancelButton_eql3q_131:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._confirmButton_eql3q_153 {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  background: #8256E7;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
._confirmButton_eql3q_153:hover:not(:disabled) {
  background: #6B45C1;
}
._confirmButton_eql3q_153:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._container_iwmft_3 {
  margin-top: 8px;
}
._error_iwmft_7 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 13px;
  color: #991b1b;
}
._icon_iwmft_19 {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #dc2626;
}
._message_iwmft_26 {
  line-height: 1.4;
}
._overlay_12wz0_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
._modal_12wz0_14 {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
._header_12wz0_24 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}
._header_12wz0_24 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
._closeButton_12wz0_39 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: color 0.2s;
}
._closeButton_12wz0_39:hover {
  color: #111827;
}
._closeIcon_12wz0_55 {
  width: 20px;
  height: 20px;
}
._content_12wz0_60 {
  padding: 24px;
}
._description_12wz0_64 {
  margin: 0 0 20px 0;
  color: #6b7280;
  font-size: 14px;
}
._categoryList_12wz0_70 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._categoryOption_12wz0_76 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
._categoryOption_12wz0_76:hover {
  background-color: #f9fafb;
  border-color: #8256E7;
}
._categoryOption_12wz0_76 input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #8256E7;
}
._categoryOption_12wz0_76 span {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}
._footer_12wz0_105 {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
}
._cancelButton_12wz0_113,
._saveButton_12wz0_114 {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
._cancelButton_12wz0_113 {
  background: white;
  border: 1px solid #e5e7eb;
  color: #374151;
}
._cancelButton_12wz0_113:hover:not(:disabled) {
  background-color: #f9fafb;
}
._saveButton_12wz0_114 {
  background-color: #8256E7;
  border: 1px solid #8256E7;
  color: white;
}
._saveButton_12wz0_114:hover:not(:disabled) {
  background-color: #7141d4;
}
._cancelButton_12wz0_113:disabled,
._saveButton_12wz0_114:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._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;
  }
}
._sidebar_xxhnf_2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 240px;
  background: #FFFFFF;
  color: #1F2937;
  display: flex;
  flex-direction: column;
  z-index: 100;
  transition: width 0.3s ease-out;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 {
  width: 56px;
}
._sidebar_xxhnf_2._hoverExpanded_xxhnf_23 {
  width: 240px;
  z-index: 101;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  transition: width 0.3s ease-out, box-shadow 0.3s ease-out;
}
._sidebarContent_xxhnf_31 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._sidebarContent_xxhnf_31 {
  padding: 20px 8px;
}
._userSection_xxhnf_46 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
._userInfo_xxhnf_52 {
  display: flex;
  align-items: center;
  gap: 10px;
}
._userAvatar_xxhnf_58 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #6B45C1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #FFFFFF;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.2);
}
._userDetails_xxhnf_73 {
  flex: 1;
  min-width: 0;
}
._userName_xxhnf_78 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1F2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._userSection_xxhnf_46 {
  margin-bottom: 20px;
  padding-bottom: 12px;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._userInfo_xxhnf_52 {
  justify-content: center;
}
._nav_xxhnf_97 {
  flex: 1;
  margin-bottom: 12px;
}
._navList_xxhnf_102 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._navItem_xxhnf_111 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #555;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}
._navItem_xxhnf_111:hover {
  background: rgba(130, 86, 231, 0.05);
  color: #8256E7;
}
._navItem_xxhnf_111._active_xxhnf_132 {
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  color: #8256E7;
}
._activeGlow_xxhnf_138 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background:
    linear-gradient(
      180deg,
      #8256E7 0%,
      #6B45C1 100%);
  box-shadow: 0 0 8px rgba(130, 86, 231, 0.6), -2px 0 8px rgba(107, 69, 193, 0.4);
  border-radius: 0 2px 2px 0;
}
._icon_xxhnf_150 {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  color: currentColor;
}
._navIcon_xxhnf_157 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
._navLabel_xxhnf_166 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._navItem_xxhnf_111 {
  justify-content: center;
  padding: 8px;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._navLabel_xxhnf_166 {
  display: none;
}
._logoutSection_xxhnf_182 {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
}
._logoutButton_xxhnf_189 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 12px;
  background: transparent;
  border: none;
  color: #6B7280;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: left;
}
._logoutButton_xxhnf_189:hover {
  background: rgba(130, 86, 231, 0.05);
  color: #8256E7;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._logoutButton_xxhnf_189 {
  justify-content: center;
  padding: 8px;
}
._sidebar_xxhnf_2._collapsed_xxhnf_19 ._logoutButton_xxhnf_189 span {
  display: none;
}
._mobileToggle_xxhnf_222 {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 101;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #8256E7;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
._mobileToggle_xxhnf_222:hover {
  background: rgba(130, 86, 231, 0.05);
}
._mobileToggle_xxhnf_222:active {
  transform: scale(0.95);
}
._hamburgerIcon_xxhnf_249 {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
._mobileBackdrop_xxhnf_255 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  backdrop-filter: blur(4px);
}
._mobileSidebar_xxhnf_266 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 240px;
  background: #FFFFFF;
  color: #1F2937;
  z-index: 100;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
._sidebarContent_xxhnf_31::-webkit-scrollbar {
  width: 6px;
}
._sidebarContent_xxhnf_31::-webkit-scrollbar-track {
  background: transparent;
}
._sidebarContent_xxhnf_31::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
._sidebarContent_xxhnf_31::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  ._sidebar_xxhnf_2 {
    display: none;
  }
}
._navItem_xxhnf_111:focus-visible,
._logoutButton_xxhnf_189:focus-visible,
._mobileToggle_xxhnf_222:focus-visible {
  outline: 2px solid #8256E7;
  outline-offset: 2px;
}
* {
  transition-timing-function: ease-out;
}
._appLayout_1e9kv_1 {
  display: flex;
  min-height: 100vh;
  background: #F9FAFB;
}
._mainContent_1e9kv_7 {
  flex: 1;
  margin-left: 240px;
  min-height: 100vh;
  transition: margin-left 0.3s ease-out;
  overflow-x: hidden;
}
._mainContent_1e9kv_7._collapsed_1e9kv_16 {
  margin-left: 56px;
}
@media (max-width: 768px) {
  ._appLayout_1e9kv_1 {
    flex-direction: column;
  }
  ._mainContent_1e9kv_7 {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
._chatBoxMinimized_cxcxi_4 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
}
._minimizeButton_cxcxi_11 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
  min-height: 44px;
}
._minimizeButton_cxcxi_11:hover {
  background: #6B45C1;
  box-shadow: 0 6px 16px rgba(130, 86, 231, 0.4);
}
._chatBox_cxcxi_4 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 400px;
  max-width: calc(100vw - 48px);
  height: 600px;
  max-height: calc(100vh - 48px);
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}
._seamlessChat_cxcxi_53 {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
._heroHeader_cxcxi_63 {
  text-align: center;
  margin-bottom: 32px;
}
._heroTitle_cxcxi_68 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
._heroSubtitle_cxcxi_76 {
  font-size: 1rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
._searchBarWrapper_cxcxi_84 {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  transition: all 0.2s ease;
  height: 64px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
._searchBarWrapper_cxcxi_84:focus-within {
  border-color: #8256E7;
  box-shadow: 0 4px 24px rgba(130, 86, 231, 0.12);
  transform: translateY(-1px);
}
._searchBarDropdown_cxcxi_107 {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
._searchBarSelect_cxcxi_114 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent !important;
  border: none !important;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 24px 0 0;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' 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");
  background-repeat: no-repeat;
  background-position: right center;
  min-width: 120px;
}
._searchBarSelect_cxcxi_114:focus,
._searchBarSelect_cxcxi_114:active,
._searchBarSelect_cxcxi_114:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' 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");
}
._dropdownDivider_cxcxi_143 {
  width: 1px;
  height: 24px;
  background-color: #e5e7eb;
  margin: 0 16px;
}
._customDropdownButton_cxcxi_151 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  min-height: 32px;
}
._customDropdownButton_cxcxi_151:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
._customDropdownLabel_cxcxi_170 {
  white-space: nowrap;
}
._customDropdownCaret_cxcxi_174 {
  width: 10px;
  height: 10px;
  border-left: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(-45deg);
  margin-top: -2px;
}
._customDropdownMenu_cxcxi_183 {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 8px;
  min-width: 220px;
  z-index: 10;
  max-height: 320px;
  overflow-y: auto;
}
._customDropdownOption_cxcxi_198 {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 12px 12px;
  border-radius: 12px;
  font-size: 15px;
  color: #111827;
  cursor: pointer;
  transition: all 0.15s ease;
}
._customDropdownOption_cxcxi_198:hover:not(:disabled) {
  background: #f3f4f6;
}
._customDropdownOptionActive_cxcxi_215 {
  background: #f8f5ff;
  color: #8256E7;
  font-weight: 700;
}
._searchBarInput_cxcxi_221 {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1rem;
  color: #1a1a1a;
  background: transparent !important;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
._searchBarInput_cxcxi_221::-moz-placeholder {
  color: #9ca3af;
}
._searchBarInput_cxcxi_221::placeholder {
  color: #9ca3af;
}
._searchBarInput_cxcxi_221:focus,
._searchBarInput_cxcxi_221:active,
._searchBarInput_cxcxi_221:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
._searchBarButton_cxcxi_248 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
._searchBarButton_cxcxi_248:hover:not(:disabled) {
  background: #f3f4f6;
  color: #8256E7;
}
._suggestionsSection_cxcxi_268 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
._suggestionsHeader_cxcxi_274 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
._suggestionsGrid_cxcxi_283 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
._suggestionCard_cxcxi_289 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._suggestionCard_cxcxi_289:hover {
  border-color: #8256E7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
._suggestionContent_cxcxi_308 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 16px;
}
._suggestionTitle_cxcxi_316 {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0;
}
._suggestionMeta_cxcxi_324 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
._suggestionCount_cxcxi_331 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
._suggestionArrow_cxcxi_337 {
  color: #1a1a1a;
  transition: transform 0.2s ease;
}
._suggestionCard_cxcxi_289:hover ._suggestionArrow_cxcxi_337 {
  transform: translateX(4px);
  color: #8256E7;
}
._seamlessMessagesContainer_cxcxi_348 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 8px;
}
._seamlessUserMessage_cxcxi_358,
._seamlessAssistantMessage_cxcxi_359 {
  max-width: 85%;
  padding: 12px 16px;
  border-radius: 12px;
  line-height: 1.5;
}
._seamlessUserMessage_cxcxi_358 {
  align-self: flex-end;
  background: #8256E7;
  color: white;
}
._seamlessAssistantMessage_cxcxi_359 {
  align-self: flex-start;
  background: #f3f4f6;
  color: #1a1a1a;
}
._seamlessMessageContent_cxcxi_378 {
  font-size: 14px;
  word-wrap: break-word;
}
._seamlessThinkingIndicator_cxcxi_383 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f3f4f6;
  border-radius: 12px;
  color: #6b7280;
  font-size: 14px;
  align-self: flex-start;
}
._seamlessRecommendations_cxcxi_396 {
  margin-top: 8px;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
._seamlessRecommendationsHeader_cxcxi_404 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._seamlessRecommendationsList_cxcxi_413 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
._seamlessBrandCard_cxcxi_420 {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
}
._seamlessBrandCard_cxcxi_420:hover {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
}
._seamlessBrandCardContent_cxcxi_433 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._seamlessBrandCardTitle_cxcxi_439 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
._seamlessBrandCardDetails_cxcxi_445 {
  font-size: 12px;
  color: #6b7280;
}
._seamlessContactsSection_cxcxi_451 {
  margin-top: 24px;
  border-top: 1px solid #eceef2;
  padding-top: 20px;
}
._seamlessContactsHeader_cxcxi_457 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
._seamlessContactsTitle_cxcxi_464 {
  font-weight: 600;
  color: #111827;
}
._seamlessViewMoreButton_cxcxi_469 {
  font-size: 14px;
  color: #8256E7;
  font-weight: 600;
}
._seamlessContactsGrid_cxcxi_475 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
._seamlessContactCard_cxcxi_481 {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
._seamlessContactHeader_cxcxi_489 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
._seamlessContactName_cxcxi_496 {
  font-weight: 700;
  color: #111827;
}
._seamlessContactTitle_cxcxi_501 {
  font-size: 14px;
  color: #374151;
}
._seamlessContactMeta_cxcxi_506 {
  font-size: 13px;
  color: #6b7280;
}
._seamlessSaveButton_cxcxi_511 {
  padding: 8px 12px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #111827;
  font-weight: 600;
  font-size: 14px;
}
._seamlessContactBody_cxcxi_520 {
  margin-top: 12px;
}
._seamlessUnlockedRow_cxcxi_524 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #111827;
}
._seamlessLinkedInLink_cxcxi_532 {
  color: #8256E7;
  font-weight: 600;
}
._seamlessUnlockButton_cxcxi_537 {
  width: 100%;
}
._seamlessContactsError_cxcxi_541 {
  color: #b91c1c;
  font-weight: 600;
  padding: 12px;
  background: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: 10px;
}
._seamlessContactsEmpty_cxcxi_550 {
  padding: 16px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #fafafa;
  display: grid;
  gap: 10px;
}
._seamlessRequestButton_cxcxi_559 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #8256E7;
  color: #fff;
  font-weight: 600;
}
._seamlessRequestContainer_cxcxi_570 {
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
}
._skeletonTitle_cxcxi_578 {
  height: 16px;
  background: #e5e7eb;
  border-radius: 6px;
  width: 70%;
}
._skeletonMeta_cxcxi_585 {
  height: 14px;
  background: #e5e7eb;
  border-radius: 6px;
  width: 50%;
  margin-top: 8px;
}
._skeletonButton_cxcxi_593 {
  height: 32px;
  background: #e5e7eb;
  border-radius: 8px;
  width: 40%;
  margin-top: 12px;
}
@media (max-width: 768px) {
  ._seamlessContactsGrid_cxcxi_475 {
    grid-template-columns: 1fr;
  }
}
._seamlessViewBrandsButton_cxcxi_607 {
  width: 100%;
  padding: 12px 16px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  min-height: 44px;
}
._seamlessViewBrandsButton_cxcxi_607:hover {
  background: #6B45C1;
}
._chatHeader_cxcxi_626 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
._chatHeaderContent_cxcxi_635 {
  flex: 1;
}
._chatTitle_cxcxi_639 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
}
._chatSubtitle_cxcxi_646 {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}
._chatHeader_cxcxi_626 ._minimizeButton_cxcxi_11 {
  background: transparent;
  color: #6b7280;
  padding: 8px;
  box-shadow: none;
  min-height: auto;
}
._chatHeader_cxcxi_626 ._minimizeButton_cxcxi_11:hover {
  background: #f3f4f6;
  color: #1f2937;
}
._messagesContainer_cxcxi_666 {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  -webkit-overflow-scrolling: touch;
}
._userMessage_cxcxi_677,
._assistantMessage_cxcxi_678 {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 8px;
  line-height: 1.5;
}
._userMessage_cxcxi_677 {
  align-self: flex-end;
  background: #8256E7;
  color: white;
}
._assistantMessage_cxcxi_678 {
  align-self: flex-start;
  background: #f3f4f6;
  color: #1f2937;
}
._messageContent_cxcxi_697 {
  font-size: 14px;
  word-wrap: break-word;
}
._thinkingIndicator_cxcxi_703 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f3f4f6;
  border-radius: 8px;
  color: #6b7280;
  font-size: 14px;
  align-self: flex-start;
}
._recommendations_cxcxi_716 {
  margin-top: 8px;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
._recommendationsHeader_cxcxi_724 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._recommendationsList_cxcxi_733 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
._brandCard_cxcxi_740 {
  padding: 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
}
._brandCard_cxcxi_740:hover {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.05);
}
._brandCardContent_cxcxi_753 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._brandCardTitle_cxcxi_759 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}
._brandCardDetails_cxcxi_765 {
  font-size: 12px;
  color: #6b7280;
}
._viewBrandsButton_cxcxi_770 {
  width: 100%;
  padding: 10px 16px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  min-height: 44px;
}
._viewBrandsButton_cxcxi_770:hover {
  background: #6B45C1;
}
._inputContainer_cxcxi_789 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}
._input_cxcxi_789 {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  background: white;
  outline: none;
  min-height: 44px;
  font-family: inherit;
}
._input_cxcxi_789:focus {
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._input_cxcxi_789::-moz-placeholder {
  color: #9ca3af;
}
._input_cxcxi_789::placeholder {
  color: #9ca3af;
}
._input_cxcxi_789:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._sendButton_cxcxi_825 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #8256E7;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
}
._sendButton_cxcxi_825:hover:not(:disabled) {
  background: #6B45C1;
}
._sendButton_cxcxi_825:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  ._heroTitle_cxcxi_68 {
    font-size: 1.5rem;
  }
  ._heroSubtitle_cxcxi_76 {
    font-size: 14px;
    padding: 0 16px;
  }
  ._searchBarWrapper_cxcxi_84 {
    height: auto;
    flex-direction: column;
    padding: 12px;
    border-radius: 20px;
    gap: 12px;
  }
  ._searchBarDropdown_cxcxi_107 {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  ._searchBarSelect_cxcxi_114 {
    width: 100%;
    padding-right: 0;
    background-position: right center;
  }
  ._dropdownDivider_cxcxi_143 {
    display: none;
  }
  ._searchBarInput_cxcxi_221 {
    width: 100%;
    text-align: left;
    padding: 8px 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  ._searchBarButton_cxcxi_248 {
    width: 100%;
    height: 44px;
    background: #8256E7;
    color: white;
    border-radius: 12px;
  }
  ._searchBarButton_cxcxi_248:hover:not(:disabled) {
    background: #6B45C1;
    color: white;
  }
  ._suggestionsGrid_cxcxi_283 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  ._suggestionCard_cxcxi_289 {
    padding: 16px;
  }
  ._chatBox_cxcxi_4 {
    width: calc(100vw - 32px);
    height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
    bottom: 16px;
    right: 16px;
    border-radius: 16px;
  }
  ._seamlessChat_cxcxi_53 {
    border-radius: 12px;
    padding: 16px;
    min-height: 180px;
  }
  ._seamlessMessagesContainer_cxcxi_348 {
    max-height: 400px;
    padding-top: 4px;
  }
  ._chatBoxMinimized_cxcxi_4 {
    bottom: 16px;
    right: 16px;
  }
  ._messagesContainer_cxcxi_666 {
    padding: 12px;
  }
  ._userMessage_cxcxi_677,
  ._assistantMessage_cxcxi_678 {
    max-width: 85%;
    font-size: 14px;
  }
  ._inputContainer_cxcxi_789 {
    padding: 12px;
  }
}
.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-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\/4 {
  bottom: -25%;
}
.-bottom-40 {
  bottom: -10rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-left-1\/4 {
  left: -25%;
}
.-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-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-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-8 {
  top: 2rem;
}
.top-\[-9999px\] {
  top: -9999px;
}
.top-\[2px\] {
  top: 2px;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-1 {
  margin: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.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-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.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-2\.5 {
  margin-right: 0.625rem;
}
.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 !important;
}
.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-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.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-\[calc\(100vh-220px\)\] {
  height: calc(100vh - 220px);
}
.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-\[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-\[520px\] {
  min-height: 520px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.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\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.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-56 {
  width: 14rem;
}
.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-\[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-\[120px\] {
  max-width: 120px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.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-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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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-\[-90deg\] {
  --tw-rotate: -90deg;
  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-2\.5 {
  gap: 0.625rem;
}
.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-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.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 {
  border-left-width: 1px;
}
.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-\[\#8256E7\]\/20 {
  border-color: rgb(130 86 231 / 0.2);
}
.border-\[\#8256E7\]\/30 {
  border-color: rgb(130 86 231 / 0.3);
}
.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-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.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-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}
.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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.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\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}
.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.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-\[\#A78BFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEFEFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.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-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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.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\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.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-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / 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\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.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-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / 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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.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-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.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\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.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-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.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 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.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\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.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\/10 {
  background-color: rgb(234 179 8 / 0.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-\[\#8256E7\]\/5 {
  --tw-gradient-from: rgb(130 86 231 / 0.05) 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\/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-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\/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-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\/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-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-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\/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\]\/10 {
  --tw-gradient-to: rgb(130 86 231 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#9464D8\] {
  --tw-gradient-to: #9464D8 var(--tw-gradient-to-position);
}
.to-\[\#EFF5FF\] {
  --tw-gradient-to: #EFF5FF var(--tw-gradient-to-position);
}
.to-\[\#F0E8FF\] {
  --tw-gradient-to: #F0E8FF 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\/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-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\/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-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-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-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-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-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);
}
.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-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.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-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.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-5 {
  padding-bottom: 1.25rem;
}
.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-\[10px\] {
  font-size: 10px;
}
.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-7 {
  line-height: 1.75rem;
}
.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-\[\#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-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-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / 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-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-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-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.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-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --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-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-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);
}
.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);
}
.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-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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.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;
}
html {
  font-size: 16px;
  background-color: #ffffff;
  background: #ffffff;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  background: #ffffff;
  color: #111827;
}
h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
small {
  font-size: 0.875rem;
  line-height: 1.5;
}
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;
}
.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;
}
.min-h-screen {
  min-height: 100vh;
}
.brand-purple {
  color: #8256E7;
}
.bg-brand-purple {
  background-color: #8256E7;
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.375rem;
  }
}
.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));
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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;
}
.focus-within\:-translate-y-0\.5:focus-within {
  --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));
}
.focus-within\:border-\[\#8256E7\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.focus-within\:shadow-lg:focus-within {
  --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\:-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-\[\#8256E7\]\/30:hover {
  border-color: rgb(130 86 231 / 0.3);
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-500\/50:hover {
  border-color: rgb(16 185 129 / 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-500\/50:hover {
  border-color: rgb(249 115 22 / 0.5);
}
.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-500\/50:hover {
  border-color: rgb(168 85 247 / 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-\[\#6f49d0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(111 73 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-\[\#9464D8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 100 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#D9E5FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 229 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#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-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / 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-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / 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-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-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-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-none:focus {
  border-style: none;
}
.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\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-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-0: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(0px + 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-\[\#8256E7\]\/25:focus {
  --tw-ring-color: rgb(130 86 231 / 0.25);
}
.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-0:focus {
  --tw-ring-offset-width: 0px;
}
.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\: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\: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-50 {
  opacity: 0.5;
}
.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\:inline {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
  .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-between {
    justify-content: space-between;
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .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\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .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-6xl {
    font-size: 3.75rem;
    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\:absolute {
    position: absolute;
  }
  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
  .md\:left-\[520px\] {
    left: 520px;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:right-4 {
    right: 1rem;
  }
  .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-auto {
    margin-left: auto;
  }
  .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\:w-\[520px\] {
    width: 520px;
  }
  .md\:w-auto {
    width: auto;
  }
  .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-10 {
    padding: 2.5rem;
  }
  .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-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .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\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pr-8 {
    padding-right: 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-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:shadow-none {
    --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);
  }
}
@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\:h-12 {
    height: 3rem;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .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;
  }
  .lg\:text-8xl {
    font-size: 6rem;
    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-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
