._navbar_3mzn0_1 {
  background: transparent;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  box-sizing: border-box;
  position: fixed;
  height: 68px;
  top: var(--platform-status-banner-height, 0);
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease-out;

  & ._darkVariant_3mzn0_17 {
    background-color: transparent;

    ._factura_3mzn0_20,
    ._gpt_3mzn0_21 {
      color: var(--black);
    }
  }

  ._registerCard_3mzn0_26 {
    display: none;
  }

  ._buttonContainer_3mzn0_30 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: end;
  }

  ._navbarInner_3mzn0_38 {
    background: var(--f5-background);
    border-radius: 999px;
    padding: 20px 10px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 1px 20px var(--shadow-color);
    box-sizing: border-box;

    ._name_3mzn0_51 {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: 600;
      margin-left: 30px;
      padding: 0;
      flex-shrink: 0;

      ._aythenLogo_3mzn0_60 {
        margin-right: 8px;
        color: var(--white-color);
        width: 22px;
        height: 22px;
        padding: 4px;
        border-radius: 6px;
        background-color: var(--black);
      }

      ._factura_3mzn0_20 {
        color: var(--black);
        font-size: 22px;
        font-weight: 700;
      }

      ._gpt_3mzn0_21 {
        color: var(--black);
        font-size: 22px;
        font-weight: 600;
      }

      ._statusContainer_3mzn0_82 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 5px;
      }

      ._updatesContainer_3mzn0_90 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 6px;

        span {
          font-size: 11px;
          font-weight: 800;
          letter-spacing: 0.08em;
          color: var(--black);
          text-transform: uppercase;
        }
      }
    }
  }
}

._mobileLoginArrow_3mzn0_108 {
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  color: var(--white-color);
}

._hamburger_3mzn0_115 {
  background: none;
  border: none;
  cursor: pointer;
  display: none;

  img {
    width: 25px;
    height: 25px;
  }
}

._mobileLoginBtn_3mzn0_127 {
  display: none;
}

._ScreenOut_3mzn0_131 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 900;
}

._navLinks_3mzn0_141 {
  list-style: none;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 100%;

  li {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;

    &:hover {
      color: var(--db-background);
    }
  }

  ._navFlex_3mzn0_161 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 100%;

    >div {
      display: flex;
      align-items: center;
    }

    ._solucionesWrapper_3mzn0_173 {
      height: 100%;
      padding: 16px 8px;
      * {
        color: var(--_9b-color) !important;
      }
    }

    ._language_3mzn0_181 {
      display: flex;
      height: 100%;
      align-items: center;
    }

    ._disabledBtn_3mzn0_187 {
      height: 100%;
      color: var(--strong-text-color);
      display: flex;
      align-items: center;
      font-size: 14px;
      padding: 0 10px;
      border-radius: 999px;
      transition: background 0.15s ease;

      &:hover {
        background: var(--f5-background);
      }
    }

    ._enabledBtn_3mzn0_202 {
      color: var(--strong-text-color);
      border-bottom: none;
      background: var(--f5-background);
      border-radius: 999px;
    }
  }

  ._nav_3mzn0_1 {
    cursor: pointer;
    display: flex;
    gap: 86x;
    height: 100%;
    align-items: center;
    width: 100%;
  }

  ._solucionesWrapper_3mzn0_173 {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;

    ._none_3mzn0_225 {
      display: none !important;
    }
  }

  ._solucionesHover_3mzn0_230,
  ._languageHover_3mzn0_231 {
    display: flex;
    gap: 6px;
    align-items: center;
    height: 100%;
    font-size: 14px;
    color: var(--strong-text-color);
    padding: 0 10px;
    border-radius: 999px;
    transition: background 0.15s ease;
    cursor: pointer;

    &:hover {
      background: var(--f5-background);
    }

    svg {
      width: 12px;
      height: 12px;
      opacity: 0.5;
      margin-top: -1px;
    }

    ._icon_3mzn0_254 {
      transform: rotate(180deg);
      height: 12px;
      width: 12px;
    }
  }

  ._solucionesHover_3mzn0_230 {
    &:hover+div {
      display: none;
    }

    &+._none_3mzn0_225 {
      display: none !important;
    }
  }

  ._toggleButton_3mzn0_271 {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-right: 10px;

    ._icon_3mzn0_254 {
      transform: rotate(-90deg);
    }
  }

  ._languagecontainer_3mzn0_284 {
    position: relative;

    ._languageDropdown_3mzn0_287 {
      position: absolute;
      display: none;
      top: calc(100%);
      flex-direction: column;
      background: var(--f5-background);
      backdrop-filter: blur(10px);
      border-radius: 8px;
      box-shadow: 0 2px 10px var(--_00000033-background);
      padding: 4px;

      ._dropdownItem_3mzn0_298 {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--strong-text-color);
        box-sizing: border-box;
        width: 100%;
        padding: 8px;
        border: none;
        background: none;
        text-align: left;
        cursor: pointer;
        font-size: 14px;
        border-radius: 4px;
        transition: background-color 0.2s ease-in-out;

        &:hover {
          background-color: var(--f4-background);
        }

        svg {
          width: 20px;
          height: 20px;
          border-radius: 6px;
        }
      }
    }
  }

  ._btnContainerNavbar_3mzn0_329 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;    
  }

  ._buttonContainer_3mzn0_30 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: end;
  }

  ._button_3mzn0_30 {
    background-color: var(--black);
    color: var(--icon-fill-color);
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    border-radius: 999px;
    padding: 10px 16px;
    margin-left: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;

    &:hover {
      opacity: 0.85;
    }

    &._buttonLogIn_3mzn0_364 {
      background-color: var(--f5-background);
      color: var(--strong-text-color);
      border: none;

      &:hover {
        background-color: var(--db-background);
      }
    }

    svg {
      width: 12px;
      height: 12px;
      margin-left: 2px;
      margin-bottom: 2px;
    }
  }

  ._profileContainer_3mzn0_382 {
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;

    ._profileText_3mzn0_388 {
      display: flex;
      flex-direction: column;
      text-align: end;

      p {
        font-size: 14px;
        margin: 0;
        color: var(--black);
        font-weight: 500;
      }

      span {
        font-size: 11px;
        color: var(--_9b-color);
      }

      ._pWithTooltip_3mzn0_405 {
        text-decoration: none;
        position: relative;

        &:last-child {
          border: none;
        }

        &::before {
          content: attr(data-tooltip);
          position: absolute;
          top: calc(120% + 4px);
          left: 50%;
          transform: translateX(-50%);
          padding: 5px 10px;
          background: var(--_00000033-background);
          color: var(--white-color);
          border-radius: 4px;
          font-size: 12px;
          white-space: nowrap;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease;
        }

        &::after {
          content: "";
          position: absolute;
          top: calc(100% - 2px);
          left: 50%;
          transform: translateX(-50%);
          border: 5px solid transparent;
          border-bottom-color: var(--_00000033-background);
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease;
        }

        &:hover::before,
        &:hover::after {
          opacity: 1;
          visibility: visible;
        }
      }
    }

    ._initials_3mzn0_451 {
      width: 36px;
      height: 36px;
      min-width: 36px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      background: var(--black);
      color: var(--icon-fill-color);
      font-size: 13px;
      font-weight: 500;
      align-items: center;
    }

    ._profileImage_3mzn0_465 {
      width: 36px;
      min-width: 36px;
      height: 36px;
      border-radius: 50%;
      object-fit: cover;
    }
  }
}

._mobileOnly_3mzn0_475 {
  display: none !important;
}

._desktopOnly_3mzn0_479 {
  display: flex;
}

._globalTooltipContainer_3mzn0_483 {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  pointer-events: auto;
  z-index: 1000;
  display: flex;
  justify-content: center;
}

._globalTooltipArrow_3mzn0_494 {
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid var(--_10a37f-background);
  transform: translateX(-50%);
  z-index: 1002;
  pointer-events: none;

  &._isDark_3mzn0_506 {
    border-bottom: 25px solid var(--ec-color);
  }
}

._globalTooltipContent_3mzn0_511 {
  width: 95%;
  max-width: 1150px;
  background: linear-gradient(to bottom, var(--_10a37f-background), rgb(1, 212, 146));
  border-radius: 16px;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;

  &._isDark_3mzn0_506 {
    background: var(--white-color);
  }
}

._test_3mzn0_525 {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: var(--strong-text-color);
  padding: 0 10px;
  border-radius: 999px;
  transition: background 0.15s ease;
  cursor: pointer;

  &:hover {
    background: var(--f5-background);
  }
}

@media (min-width: 1000px) {
  ._navbar_3mzn0_1 {
    ._solucionesHover_3mzn0_230 {
      &:hover+div {
        display: flex;
      }
    }
  }
}

@media (max-width: 1000px) {
  ._mobileLoginBtn_3mzn0_127 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    margin-right: 8px;
    padding: 7px 14px;
    font-size: 13px;
    height: 36px;
    background-color: var(--black);
    color: var(--icon-fill-color);
    border-radius: 999px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
  }

  ._navbar_3mzn0_1 {
    padding: 8px 16px;
    height: 68px;
    background: transparent;
  }

  ._navbarInner_3mzn0_38 {
    border-radius: 999px;
    padding: 0 12px;
    justify-content: space-between;
    gap: 0;
    border: none;
    position: relative;
  }

  ._navbarInner_3mzn0_38::before {
    display: none;
  }

  ._hamburger_3mzn0_115 {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }

  ._navLinks_3mzn0_141 {
    position: fixed;
    top: 68px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 68px);
    background-color: var(--white-color);
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    transition: left 0.3s ease-in-out;
    z-index: 999;
    padding: 10px;
    overflow-y: auto;
    justify-content: flex-start;

    &._navLinksOpen_3mzn0_614 {
      left: 0;
      top: 68px;
      height: calc(100vh - 68px);
      z-index: 9999;
      max-width: 400px;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    &._navLinksClosed_3mzn0_623 {
      left: -100%;
    }
  }

  ._btnContainerNavbar_3mzn0_329 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 2px;
    order: -1;

    button {
      width: auto;
      max-width: 100%;
      height: 38px;
      border-radius: 999px;
      font-weight: 600;
      padding: 0 20px;
    }
  }

  ._button_3mzn0_30 {
    width: auto;
    height: 38px;

    &:hover {
      opacity: 0.85;
    }

    &._buttonLogIn_3mzn0_364 {
      background-color: var(--f5-background) !important;
      color: var(--strong-text-color);

      &:hover {
        background-color: var(--db-background);
      }
    }
  }

  ._navFlex_3mzn0_161 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    height: unset;
    gap: 15px;
  }

  ._nav_3mzn0_1 {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  ._sidebarCard_3mzn0_678 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background-color: var(--gray-100);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;

    &._activeCard_3mzn0_691 {
      border: 1px solid var(--_10a37f-background);
    }

    ._sidebarIconContainer_3mzn0_695 {
      width: 32px;
      height: 32px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;

      svg {
        width: 20px;
        height: 20px;
        color: var(--white-color);
        margin: 0;
      }
    }

    ._sidebarContent_3mzn0_712 {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      text-align: left;
      min-width: 0;

      ._sidebarTitle_3mzn0_719 {
        font-weight: 700;
        font-size: 14px;
        color: var(--black);
        margin-bottom: 0;
        display: block;
      }

      ._sidebarDescription_3mzn0_727 {
        font-size: 11px;
        color: var(--_67-color);
        line-height: 1.2;
        display: block;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }

    ._sidebarChevron_3mzn0_739 {
      color: var(--_67-color);
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin: 0 !important;
    }

    ._sidebarChevron_3mzn0_739 {
      color: var(--_67-color);
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin: 0 !important;
    }
  }

  ._mobileUserSection_3mzn0_756 {
    margin-bottom: 2px;
    order: -1;
    background: var(--white-color);
    padding: 6px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  ._registerCard_3mzn0_26 {
    display: flex;
    background-color: var(--_10a37e6a-background);
    padding: 15px;
    border-radius: 12px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
    order: -1;

    ._getPlusBtn_3mzn0_778 {
      width: auto;
      padding: 6px 16px;
      margin: 0;
      height: auto;
    }

    ._registerText_3mzn0_785 {
      color: var(--white-color);
      font-size: 13px;
      margin: 0;
      line-height: 1.3;
      font-weight: 500;
    }
  }

  ._getPlusBtn_3mzn0_778 {
    width: 60%;
    background-color: var(--white-color);
    color: var(--strong-text-color);
    border: 1px solid var(--gray-100);
    height: 28px;
    padding: 6px 11px;
    border-radius: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 0;
    gap: 10px;

    svg {
      color: var(--_10a37f-background);
      height: 16px;
      width: 14px;
    }

    &:hover {
      opacity: 0.9;
      background-color: var(--gray-50);
    }
  }

  ._mobileSubMenuContainer_3mzn0_823 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  ._profileContainer_3mzn0_382 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: center;

    img,
    ._profileImage_3mzn0_465,
    ._initials_3mzn0_451 {
      width: 24px;
      height: 24px;
      object-fit: cover;
      flex-shrink: 0;
    }

    ._initials_3mzn0_451 {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--black);
      color: var(--icon-fill-color);
      font-weight: 600;
      border-radius: 50%;
    }

    ._profileText_3mzn0_388 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      gap: 2px;
      width: 100%;

      ._nameRoleContainer_3mzn0_865 {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;

        p {
          margin: 0;
          font-weight: 700;
          font-size: 15px;
          color: var(--black);
          line-height: normal;
        }
      }

      ._roleBadge_3mzn0_880 {
        background-color: var(--gray-100);
        color: var(--text-secondary);
        padding: 2px 8px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
      }

      ._workspaceName_3mzn0_892 {
        font-size: 13px;
        color: var(--_67-color);
        font-weight: 500;
      }
    }
  }

  ._mobileSplitLinks_3mzn0_900 {
    display: flex;
    align-items: flex-start !important;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
  }

  ._splitCard_3mzn0_908 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 6px;
    background-color: var(--gray-100);
    border-radius: 12px;
    width: 50%;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;

    &:hover {
      transform: translateY(-2px);
    }

    ._sidebarIconContainer_3mzn0_695 {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;

      svg {
        width: 24px;
        height: 24px;
        color: var(--white-color);
        margin: 0;
      }
    }

    ._sidebarContent_3mzn0_712 {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      text-align: left;
      justify-content: center;

      ._sidebarTitle_3mzn0_719 {
        font-weight: 700;
        font-size: 15px;
        color: var(--black);
        margin-bottom: 2px;
        display: block;
        line-height: 1.2;
      }

      ._sidebarDescription_3mzn0_727 {
        font-size: 11px;
        color: var(--_67-color);
        line-height: 1.2;
        display: block;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
    }
  }

  ._mobileOnly_3mzn0_475 {
    display: flex !important;
    width: 100%;
  }

  ._desktopOnly_3mzn0_479 {
    display: none !important;
  }
}

@media (width <=1000px) {
  ._navbar_3mzn0_1 {
    ._navLinks_3mzn0_141 {
      &._profileStart_3mzn0_986 {
        justify-content: flex-start;
        flex-direction: column;
      }
    }

    ._profileContainer_3mzn0_382 {
      flex-direction: row-reverse;

      span {
        display: flex;
        justify-content: start;
      }
    }

    ._navFlex_3mzn0_161 {
      >div {
        align-items: flex-start;
      }

      ._disabledBtn_3mzn0_187 {
        height: fit-content;
      }
    }
  }
}

@media (min-width: 769px) {
  ._navbar_3mzn0_1 {
    ._solucionesWrapper_3mzn0_173 {
      &:hover ._solutionsContainer_3mzn0_1016 {
        display: grid;
      }
    }

    ._solucionesHover_3mzn0_230 {
      &:hover+._solutionsContainer_3mzn0_1016 {
        display: grid;
      }
    }
  }
}

@media (width >=768px) {
  ._navbar_3mzn0_1 {
    ._languagecontainer_3mzn0_284 {
      &:hover {
        ._languageDropdown_3mzn0_287 {
          display: flex;
        }
      }
    }
  }
}

@media (max-width: 300px) {
  ._navbar_3mzn0_1 {
    ._navLinks_3mzn0_141 {
      &._navLinksOpen_3mzn0_614 {
        padding: 50px 10px;
      }
    }

    ._profileContainer_3mzn0_382 {
      flex-direction: row-reverse;
    }
  }
}._solutionsContainer_v16ug_1 {
  width: 100%;
  display: none;
  background-color: var(--f5-background);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  gap: 10px;
  padding: 10px;
  position: fixed;
  top: 50px;
  right: 0;

  &._visible_v16ug_15 {
    display: flex;
  }

  &._fixed_v16ug_19 {
    position: fixed;
  }

  &._relative_v16ug_23 {
    position: relative;
    top: 0;
    background-color: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;

    ._container_v16ug_31 {
      height: auto;
      overflow-y: visible;
    }

    ._megaMenuLeft_v16ug_36 {
      max-height: none;
      overflow-y: visible;
    }

    ._headerSolution_v16ug_41>p {
      color: white;
    }

    ._megaItem_v16ug_45 {
      background-color: rgba(255, 255, 255, 0.15);

      &:hover {
        background-color: rgba(255, 255, 255, 0.25);
      }

      &._megaItemActive_v16ug_52 {
        background-color: rgba(255, 255, 255, 0.35);
      }
    }



    ._megaItemLabel_v16ug_59 {
      color: white;
    }

    ._megaSectionIcon_v16ug_63,
    ._megaItemIcon_v16ug_64 {
      background-color: rgba(255, 255, 255, 0.15);

      svg {
        color: white;
      }
    }
  }

  ._container_v16ug_31 {
    height: calc(100vh - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }

  ._mobileHeader_v16ug_82 {
    width: 100%;
    padding: 0 10px;
  }

  &._isDark_v16ug_87 {
    ._container_v16ug_31 {
      background-color: var(--ec-color);
    }

    ._headerSolution_v16ug_41 p,
    ._headerSolution_v16ug_41 span,
    ._megaSectionTitle_v16ug_94,
    ._megaSectionDesc_v16ug_95,
    ._megaItemLabel_v16ug_59,
    ._aboutUsFooterText_v16ug_97 {
      color: var(--black) !important;
    }

    ._megaSectionIcon_v16ug_63 svg,
    ._megaItemIcon_v16ug_64 svg {
      color: var(--black) !important;
    }
  }
}

._megaMenu_v16ug_36 {
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

._megaMenuLeft_v16ug_36 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  padding-right: 8px;
}


._headerSolution_v16ug_41 {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;

  span {
    display: inline-block;
    color: #737373;
    font-size: 14px;
    line-height: 1.5;
  }

  >p {
    margin: 0;
    color: #09090b;
    font-size: 24px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}


._megaSection_v16ug_63 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
}

._megaSectionHeader_v16ug_162 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 160px;
  flex-shrink: 0;

  svg {
    width: 22px;
    height: 22px;
  }
}

._megaSectionIcon_v16ug_63 {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--_10a37f-background) !important;
  flex-shrink: 0;

  svg {
    width: 26px;
    height: 26px;
    color: #fff;
  }
}

._megaSectionTitle_v16ug_94 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


._megaItemsGrid_v16ug_202 {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 8px;
}

._megaItem_v16ug_45 {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.15s ease;

  &:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  &._megaItemActive_v16ug_52 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

._megaItemIcon_v16ug_64 {
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;

  svg {
    width: 16px;
    height: 16px;
    color: #fff;
  }
}

._megaItemLabel_v16ug_59 {
  font-size: 14px;
  font-weight: 400;
  color: #09090b;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


._footer_v16ug_258 {
  margin-top: 10px;
  border-radius: 8px;
  grid-column: 1 / -1;

  ._aboutUsFooterText_v16ug_97 {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    color: var(--white-color);
  }
}


@media (width >=1000px) {
  ._solutionsContainer_v16ug_1 {
    &:hover {
      display: flex;
    }
  }
}

@media (max-width: 1000px) {
  ._solutionsContainer_v16ug_1 {
    top: 50px;
    padding: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    background: linear-gradient(to bottom, var(--_10a37f-background), rgb(1, 212, 146));

    &._isDark_v16ug_87 {
      background: var(--ec-color);
      ._footer_v16ug_258 {
        background: var(--ec-color);
      }
    }

    ._container_v16ug_31 {
      height: 100vh;
      overflow-y: auto;
      overscroll-behavior-y: contain;
      padding-bottom: env(safe-area-inset-bottom);
    }
  }

  ._megaMenu_v16ug_36 {
    padding: 20px;
    gap: 16px;
  }

  ._megaSection_v16ug_63 {
    flex-direction: column;
    align-items: stretch;
  }

  ._megaSectionHeader_v16ug_162 {
    width: 100%;
  }

  ._megaItemsGrid_v16ug_202 {
    flex-direction: column;
    gap: 10px;
  }

  ._megaItem_v16ug_45 {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.15);
  }

  ._footer_v16ug_258 {
    position: sticky;
    bottom: 0;
    background: var(--_10a37f-background);
    padding: 10px 20px;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;

    ._aboutUsFooterText_v16ug_97 {
      color: var(--white-color) !important;
    }
  }
}

@media (max-width: 528px) {
  ._megaSectionHeader_v16ug_162 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}._LanguagesPopupContainer_1httq_1 {
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;

  ._containerLanguages_1httq_9 {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background-color: var(--f5-background);

    ._content_1httq_15 {
      background-color: var(--white-color);
      box-sizing: border-box;
      border-radius: 8px;
      width: 95%;
      margin: 10px auto;
      padding: 10px;
      overflow: scroll;
      height: calc(100vh - 67px);
      max-height: calc(100vh - 67px);
      display: flex;
      flex-direction: column;
      gap: 10px;
      justify-content: space-between;

      > div {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        cursor: pointer;

        svg {
          height: 25px;
          width: 25px;
          border-radius: 10px;
        }
      }
    }
  }
}._solutionsContainer_1u1d3_1 {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  position: fixed;
  top: 50px;
  right: 0;
  background-color: var(--f5-background);

  &._visible_1u1d3_13 {
    display: flex;
  }

  &._fixed_1u1d3_17 {
    position: fixed;
  }

  &._relative_1u1d3_21 {
    position: relative;
    top: 0;
    background-color: transparent !important;

    ._container_1u1d3_26 {
      height: auto;
      overflow-y: visible;
      display: flex;
      padding: 10px;
    }

    ._megaMenuLeft_1u1d3_33 {
      max-height: none;
      overflow-y: visible;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 12px;
      width: 100%;
      padding: 20px;

      ._megaSection_1u1d3_43 {
        flex: 1;
        min-width: 0;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 22px;
        padding: 10px;
        gap: 12px;
        display: flex;
        flex-direction: column;

        ._megaSectionHeader_1u1d3_53 {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;

          ._megaSectionTitleWrapper_1u1d3_59 {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin-bottom: -24px !important;

            ._megaSectionIcon_1u1d3_66 {
              display: flex;
              align-items: center;
              justify-content: center;
              width: auto;
              height: auto;
              padding: 8px;
              border-radius: 12px;
              background: var(--_10a37f-background);

              svg {
                color: var(--white-color);
                width: 18px;
                height: 18px;
              }
            }

            ._megaSectionTitle_1u1d3_59 {
              color: var(--white-color);
              font-size: 13px;
              font-weight: 600;

              &._isDark_1u1d3_88 {
                color: var(--black) !important;
              }
            }
          }

          ._megaSectionDesc_1u1d3_94 {
            color: var(--white-color);
            font-size: 13px;
            font-weight: 14px;
            margin: 0;
            min-height: 24px;
          }
        }

        ._megaItemsGrid_1u1d3_103 {
          display: flex;
          flex-direction: column;
          gap: 6px;
          flex: 1;

          ._megaItem_1u1d3_103 {
            background-color: rgba(255, 255, 255, 0.15);
            border-radius: 11px;
            padding: 5px !important;
            display: flex;
            align-items: center;
            gap: 16px;
            cursor: pointer;
            transition: background-color 0.15s ease;

            &:hover {
              background-color: rgba(255, 255, 255, 0.25) !important;
            }

            &._megaItemActive_1u1d3_123 {
              background-color: rgba(255, 255, 255, 0.25);
            }

            ._megaItemIcon_1u1d3_127 {
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: rgba(255, 255, 255, 0.15);
              width: 35px;
              height: 35px;
              min-width: 35px;
              border-radius: 11px;
              padding: 5px;

              svg {
                color: var(--white-color);
                width: 16px;
                height: 16px;
              }
            }

            ._megaItemLabel_1u1d3_145 {
              color: var(--white-color);
              font-size: 16px;
              font-weight: 500;
              line-height: 24px;
              overflow: hidden;
              white-space: nowrap;
            }
          }
        }

        ._megaSectionBottomText_1u1d3_156 {
          color: var(--white-color);
          font-size: 13px;
          text-align: center;
          opacity: 0.66;
        }
      }
    }

    ._megaMenuRight_1u1d3_165 {
      display: none;
    }

    ._footer_1u1d3_169 {
      background-color: transparent;
      text-align: center;

      ._footerText_1u1d3_173 {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        padding-bottom: 25px;
        margin-top: -25px;
      }
    }
  }

  ._container_1u1d3_26 {
    height: calc(100vh - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;

    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    padding: 16px;
    box-sizing: border-box;
  }

  ._mobileHeader_1u1d3_200 {
    width: 100%;
    padding: 0 10px;
    grid-column: 1 / -1;
  }

  ._megaMenuLeft_1u1d3_33 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 140px);
    padding-right: 8px;

    ._megaSection_1u1d3_43 {
      display: flex;
      flex-direction: column;
      gap: 8px;

      ._megaSectionHeader_1u1d3_53 {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 4px 0;

        ._megaSectionTitleWrapper_1u1d3_59 {
          display: flex;
          align-items: center;
          gap: 8px !important;

          ._megaSectionIcon_1u1d3_66 {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background-color: rgba(0, 0, 0, 0.15);
            flex-shrink: 0;

            svg {
              width: 20px;
              height: 20px;
              color: #fff;
            }
          }

          ._megaSectionTitle_1u1d3_59 {
            margin: 0;
            font-size: 15px !important;
            font-weight: 700 !important;
            color: var(--white-color) !important;
          }
        }
      }


      ._megaItemsGrid_1u1d3_103 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;

        ._megaItem_1u1d3_103 {
          display: flex;
          align-items: center;
          gap: 10px;
          padding: 8px 10px;
          border-radius: 8px;
          cursor: pointer;
          transition: background-color 0.15s ease;

          &:hover {
            background-color: var(--gray-100, #f5f5f5);
          }

          &._megaItemActive_1u1d3_123 {
            background-color: rgba(16, 163, 127, 0.08);
          }

          ._megaItemIcon_1u1d3_127 {
            width: 32px;
            height: 32px;
            min-width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background-color: #6e6e809e;
            flex-shrink: 0;

            svg {
              width: 18px;
              height: 18px;
              color: #fff;
            }
          }

          ._megaItemLabel_1u1d3_145 {
            font-size: 14px;
            font-weight: 400;
            color: #09090b;
            line-height: 1.3;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
      }
    }
  }

  ._megaMenuRight_1u1d3_165 {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 16px;
    align-self: flex-start;
    max-height: calc(100vh - 180px);
    overflow-y: auto;

    ._megaDetailIcon_1u1d3_324 {
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background-color: #6e6e809e;

      svg {
        width: 24px;
        height: 24px;
        fill: #fff;
        color: #fff;
      }
    }

    ._megaDetailTitle_1u1d3_341 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: var(--white-color);
      text-transform: capitalize;
    }

    ._megaDetailDesc_1u1d3_349 {
      margin: 0;
      font-size: 14px;
      line-height: 1.6;
      color: var(--_4f5660-color, #4f5660);
    }

    ._megaDetailGraphics_1u1d3_356 {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      margin-top: 4px;

      ._megaDetailGraphicItem_1u1d3_362 {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.05);

        svg {
          width: 20px;
          height: 20px;
        }
      }
    }
  }

  ._footer_1u1d3_169 {
    margin-top: 10px;
    border-radius: 8px;
    grid-column: 1 / -1;

    ._footerText_1u1d3_173 {
      padding: 8px 12px;
      font-size: 14px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      color: var(--white-color);
    }
  }

  &._isDark_1u1d3_88 {
    ._container_1u1d3_26 {
      background-color: var(--ec-color);
    }

    ._megaSectionTitle_1u1d3_59,
    ._megaSectionDesc_1u1d3_94, 
    ._megaSectionBottomText_1u1d3_156, 
    ._megaItemLabel_1u1d3_145, 
    ._megaDetailTitle_1u1d3_341,
    ._footerText_1u1d3_173 {
      color: var(--black) !important;
    }

    ._megaSectionIcon_1u1d3_66 {
      background: transparent !important;
    }

    ._megaSectionIcon_1u1d3_66 svg,
    ._megaItemIcon_1u1d3_127 svg,
    ._megaDetailIcon_1u1d3_324 svg {
      color: var(--black) !important;
    }
  }

  @media (width >=1000px) {
    &:hover {
      display: flex;
    }
  }

  @media (max-width: 1000px) {
    top: 68px;
    padding: 0;
    width: 100vw;
    height: calc(100vh - 68px);
    background: linear-gradient(to bottom, var(--_10a37f-background), rgb(1, 212, 146));

    ._container_1u1d3_26 {
      height: 100%;
      overflow-y: auto;
      overscroll-behavior-y: contain;
      padding: 10px 10px env(safe-area-inset-bottom);
      grid-template-columns: 1fr;
      gap: 12px;
    }

    ._megaMenuRight_1u1d3_165 {
      display: none;
    }

    ._megaMenuLeft_1u1d3_33 {
      padding: 0;
      gap: 12px;
      ._megaSection_1u1d3_43 {
        gap: 6px;

        ._megaSectionHeader_1u1d3_53 {
          padding: 2px 0;
          ._megaSectionTitleWrapper_1u1d3_59 {
            gap: 6px !important;
            ._megaSectionIcon_1u1d3_66 {
              width: 32px;
              height: 32px;
              svg {
                width: 18px;
                height: 18px;
              }
            }
            ._megaSectionTitle_1u1d3_59 {
              font-size: 14px !important;
            }
          }
          ._megaSectionDesc_1u1d3_94 {
            font-size: 12px;
            margin-top: 2px;
          }
        }

        ._megaItemsGrid_1u1d3_103 {
          grid-template-columns: 1fr;
          gap: 2px;

          ._megaItem_1u1d3_103 {
            padding: 8px 12px;
            background-color: rgba(255, 255, 255, 0.1);
            gap: 8px;

            ._megaItemIcon_1u1d3_127 {
              width: 28px;
              height: 28px;
              min-width: 28px;
              svg {
                width: 14px;
                height: 14px;
              }
            }

            ._megaItemLabel_1u1d3_145 {
              font-size: 13px;
            }
          }
        }
      }
    }

    ._footer_1u1d3_169 {
      position: sticky;
      bottom: 0;
      background: var(--_10a37f-background);
      padding: 10px 20px;
      z-index: 10;
      width: 100%;
      box-sizing: border-box;

      ._footerText_1u1d3_173 {
        color: var(--black) !important;
      }
    }

    &._isDark_1u1d3_88 {
      background: var(--ec-color);
      ._footer_1u1d3_169 {
        background: var(--ec-color);
      }
    }
  }

  @media (max-width: 528px) {
    ._megaMenuLeft_1u1d3_33 ._megaSection_1u1d3_43 ._megaSectionHeader_1u1d3_53 {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }
  }
}


._containerIcon_1u1d3_532 {
  svg {
    width: 30px;
    height: 30px;
  }
}

._content_1u1d3_539 {
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f574;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
}

._headerSolution_1u1d3_548 {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;

  svg {
    width: 30px;
    height: 30px;
  }

  ._headerText_1u1d3_559 {
    display: flex;
    flex-direction: column;

    ._headerTitle_1u1d3_563 {
      margin: 2px;
    }

    span {
      display: inline-block;
      color: #737373;
    }
  }

  >p {
    margin: 0;
    color: #666;
    background-color: #2222223c;
    padding: 6px 8px;
    border-radius: 999px;
  }
}

._dailyOperationContainer_1u1d3_582 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;

  ._subOptionsContainer_1u1d3_588 {
    display: flex;
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-bottom: -8px;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  ._subOption_1u1d3_588 {
    background-color: #f2f2f2;
    flex: 0 0 auto;
    border-radius: 6px;
    padding: 12px;
    min-width: 280px;
    max-width: 320px;

    &._lightBackground_1u1d3_611 {
      background-color: #f8f8f8;
    }

    &._clickable_1u1d3_615 {
      cursor: pointer;
    }

    &:hover {
      background-color: var(--gray-500);
      cursor: pointer;

      p,
      h3,
      ._soon_1u1d3_625 {
        color: var(--white-color);
      }
    }

    p {
      font-size: 14px;
      margin: 0 0 4px;
      line-height: 18px;
      color: var(--_4f5660-color);
    }

    ._subOptionHeader_1u1d3_637 {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      min-height: 40px;

      ._soon_1u1d3_625 {
        font-size: 12px;
        color: #09090b;
        font-weight: 400;
      }

      h3 {
        margin: 0;
        color: #09090b;
        font-weight: 400;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 1.3;
        min-width: 0;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
    }

    ._icon_1u1d3_666 {
      background-color: #6e6e809e;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      padding: 6px;
      flex-shrink: 0;
      margin-top: 2px;

      svg {
        width: 16px;
        height: 16px;
        fill: #fff;
        color: #fff;
      }
    }

    ._icon2Container_1u1d3_686 {
      display: flex;
      gap: 3px;
    }
  }
}

._solutionCard_1u1d3_693 {
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  max-height: 40vh;
  overflow-y: auto;

  ._infoSolution_1u1d3_705 {
    display: flex;
    align-items: center;
    gap: 10px;

    >div {
      background-color: #99a1af;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px;
      border-radius: 8px;
    }

    svg {
      width: 20px;
      height: 20px;
      fill: #fff;
      color: #fff;
    }

    h3 {
      margin: 0;
      color: #09090b;
      font-weight: 400;
      font-size: 16px;
      text-transform: capitalize;
    }
  }

  p {
    font-size: 13px;
    margin: 0 0 4px;
  }
}._useCasesContainer_1bb98_1 {
  width: 100%;
  display: none;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  padding: 10px 0 0;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;

  &._visible_1bb98_14 { display: flex; }
  &._fixed_1bb98_15   { position: fixed; }

  &._relative_1bb98_17 {
    position: relative;
    top: 0;
    padding: 20px 0;
    height: auto;

    & ._container_1bb98_23    { height: auto; overflow-y: visible; }
    & ._innerBox_1bb98_24     { background: transparent !important; }
    & ._card_1bb98_25         { border-color: rgba(255, 255, 255, 0.35); }
    & ._cardPreview_1bb98_26  { background: white; }
    & ._cardName_1bb98_27     { color: var(--white-color); }
  }

  &._isDark_1bb98_30 {
    & ._cardName_1bb98_27            { color: var(--black) !important; }
    & ._cardMetaIcons_1bb98_32 svg   { color: var(--black) !important; }
    & ._bottomDesc_1bb98_33,
    & ._bottomDesc_1bb98_33 strong   { color: var(--black) !important; }
    & ._seeAllLink_1bb98_35          { color: var(--black) !important; }
  }
}

._container_1bb98_23 {
  height: calc(100vh - 62px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}

._mobileHeader_1bb98_53 {
  width: 100%;
  padding: 0 10px;
}

._innerBox_1bb98_24 {
  width: 100%;
  background: linear-gradient(135deg, var(--_10a37f-background) 0%, #01d492 100%);
  border-radius: 20px;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  box-sizing: border-box;

  &::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid var(--_10a37f-background);
  }
}

._cardsGrid_1bb98_81 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

._bottomBar_1bb98_87 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 2px 0;

  & ._bottomDesc_1bb98_33 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.93);
    flex: 1;
    margin: 0;

    & strong {
      font-weight: 700;
      color: var(--white-color);
    }
  }

  p {
    color: var(--white-color);
  }

  p {
    color: var(--white-color);
  }

  & ._seeAllLink_1bb98_35 {
    background: none;
    border: none;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 8px;
    padding: 0;
    transition: opacity 0.15s;

    &:hover { opacity: 0.7; }
  }
}

._pagination_1bb98_130 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;

  & ._paginationBtn_1bb98_136 {
    background: rgba(255, 255, 255, 0.22);
    border: none;
    border-radius: 10px;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--white-color);
    font-size: 14px;
    transition: background 0.15s;

    &:hover:not(:disabled) { background: rgba(255, 255, 255, 0.42); }
    &:disabled { opacity: 0.3; cursor: default; }
  }

  & ._dots_1bb98_154 {
    display: flex;
    align-items: center;
    gap: 5px;

    & ._dot_1bb98_154 {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.35);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.15s, transform 0.15s;

      &:hover { background: rgba(255, 255, 255, 0.6); }
      &._dotActive_1bb98_170 { background: var(--white-color); transform: scale(1.25); }
    }
  }
}

._arrowPrev_1bb98_175 {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}

._arrowNext_1bb98_181 {
  width: 14px;
  height: 14px;
}

@media (width >= 1000px) {
  ._useCasesContainer_1bb98_1:hover { display: flex; }
}

._disabled_1bb98_190 {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 1000px) {
  ._useCasesContainer_1bb98_1 {
    top: -50px;
    padding: 0;
    width: 100vw;
    height: 100vh;

    &._isDark_1bb98_30 ._innerBox_1bb98_24 { background: var(--ec-color); }
    
    ._container_1bb98_23 {
      width: 100% !important;
      height: 100% !important;
      max-width: none !important;
      padding: -80px 0;
      border-radius: 0;
      overflow-y: auto;
    }

    ._innerBox_1bb98_24 {
      padding: 10px 20px 20px;
      padding-top: 5px;
      border-radius: 0;
      box-shadow: none;
      min-height: auto;
    }
  }

  ._verticalList_1bb98_223 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
  }

  ._verticalItem_1bb98_230 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.2s ease;
    cursor: pointer;

    &:active {
      background: rgba(255, 255, 255, 0.12);
      transform: scale(0.98);
    }
  }

  ._isDark_1bb98_30 ._verticalItem_1bb98_230 {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.05);
  }

  ._listItemIcon_1bb98_252 {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--_10a37e6a-background);
    flex-shrink: 0;
    
    svg { 
      width: 22px; 
      height: 22px; 
      filter: brightness(0) invert(1);
      * {
        stroke-width: 0.9;
      }
    }
  }

  ._listItemText_1bb98_272 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
    min-width: 0;
  }

  ._listItemName_1bb98_280 {
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
  }

  ._listItemDesc_1bb98_286 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._listItemArrow_1bb98_294 {
    width: 14px;
    height: 14px;
    color: var(--white-color);
    transform: rotate(-90deg);
  }

  ._mobileSeeMoreBtn_1bb98_301 {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
  }
}
._overlay_1tmpi_1 {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: all;
  backdrop-filter: blur(3px);
  animation: _fadeIn_1tmpi_1 0.18s ease;

  ._modal_1tmpi_14 {
    background: var(--f5-background);
    border-radius: 20px;
    width: 100%;
    max-width: 860px;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    animation: _slideUp_1tmpi_1 0.22s cubic-bezier(0.34, 1.28, 0.64, 1);
    scrollbar-width: thin;
    scrollbar-color: var(--_10a37f-background) transparent;

    &::-webkit-scrollbar        { width: 6px; }
    &::-webkit-scrollbar-track  { background: transparent; border-radius: 99px; }
    &::-webkit-scrollbar-thumb  { background: var(--_10a37f-background); border-radius: 99px; }
    &::-webkit-scrollbar-thumb:hover { background: var(--3cb077-background); }

    ._topSection_1tmpi_32 {
      background: var(--f5-background);
      flex-shrink: 0;
      padding-bottom: 16px;

      ._header_1tmpi_37 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        gap: 12px;

        ._headerLeft_1tmpi_44 {
          display: flex;
          align-items: center;
          gap: 10px;
          min-width: 0;

          ._btnBack_1tmpi_50 {
            width: 30px;
            height: 30px;
            border-radius: 10px;
            background: var(--_10a37f-background);
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            cursor: pointer;
            padding: 8px;
            box-sizing: border-box;
            transition: opacity 0.15s;

            svg {
              width: 16px;
              height: 16px;
              color: var(--icon-fill-color);
              fill: var(--icon-fill-color);
            }

            &:hover { opacity: 0.85; }
          }

          ._headerTitle_1tmpi_75 {
            font-size: 18px;
            font-weight: 700;
            color: var(--black);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
          }
        }

        ._headerRight_1tmpi_85 {
          display: flex;
          align-items: center;
          gap: 8px;
          flex-shrink: 0;

          ._avatars_1tmpi_91 {
            display: flex;
            align-items: center;

            svg {
              display: block;
              width: 100px;
              height: 32px;
            }
          }

          ._btnGuardar_1tmpi_102 {
            display: flex;
            align-items: center;
            gap: 6px;
            background: var(--_10a37f-background);
            border: none;
            border-radius: 8px;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 600;
            color: var(--white-color);
            cursor: pointer;
            transition: opacity 0.15s;

            &:hover { opacity: 0.85; }
          }

          ._btnComprar_1tmpi_119 {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #000000;
            color: var(--white-color);
            border: none;
            border-radius: 8px;
            padding: 5px 5px 5px 16px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.15s;

            &:hover { background: #333; }
            
            ._btnPricePill_1tmpi_135 {
              background: rgba(255, 255, 255, 0.25);
              padding: 4px 8px;
              border-radius: 6px;
              font-size: 13px;
              font-weight: 500;
            }
          }
        }
      }
    }

    ._body_1tmpi_147 {
      background: var(--white-color);
      flex: 1;
      margin: 0 16px 16px;
      border-radius: 16px;
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 16px;

      /* ── Browser Mockup ── */
      ._browserMockup_1tmpi_158 {
        width: 100%;
        border-radius: 11px;
        display: flex;
        flex-direction: column;
        background: var(--f5-background);
        overflow: hidden;
        border: 1px solid var(--gray-200);

        ._toolbar_1tmpi_167 {
          width: 100%;
          height: 48px;
          background-color: var(--white-color);
          border-bottom: 1px solid var(--gray-200);
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 16px;
          box-sizing: border-box;
          flex-shrink: 0;

          ._toolbarLeft_1tmpi_179 {
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1;

            ._macDots_1tmpi_185 {
              display: flex;
              align-items: center;
              gap: 6px;

              button {
                width: 9px;
                height: 9px;
                border-radius: 50%;
                border: none;
                padding: 0;
                cursor: pointer;

                &._dotRed_1tmpi_198    { background-color: #EE6A5F; }
                &._dotYellow_1tmpi_199 { background-color: #F5C451; }
                &._dotGreen_1tmpi_200  { background-color: #61C454; }
              }
            }

            ._toolbarIconsLeft_1tmpi_204 {
              display: flex;
              align-items: center;
              gap: 12px;
              color: var(--gray-500);

              ._iconButton_1tmpi_210 {
                background: transparent;
                border: none;
                cursor: pointer;
                padding: 0;
                display: flex;
                align-items: center;
                color: inherit;
                
                svg { width: 14px; height: 14px; }
              }

              ._navC_1tmpi_222 {
                background: transparent;
                border: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                color: var(--gray-350);

                &._prev_1tmpi_230 svg { transform: rotate(-90deg); }
                &._next_1tmpi_231 svg { transform: rotate(90deg); }
                
                svg { width: 12px; height: 12px; }
              }
            }
          }

          ._toolbarCenter_1tmpi_238 {
            flex: 2;
            display: flex;
            justify-content: center;
            align-items: center;

            ._shieldIcon_1tmpi_244 { width: 14px; height: 14px; color: var(--gray-400); }

            ._addressBar_1tmpi_246 {
              background-color: var(--gray-100);
              border-radius: 6px;
              height: 28px;
              display: flex;
              align-items: center;
              justify-content: center;
              position: relative;
              padding: 0 16px;
              width: 100%;
              max-width: 320px;
              font-size: 12px;
              color: var(--gray-700);
              margin-left: 10px;

              ._addressInner_1tmpi_261 {
                display: flex;
                align-items: center;
                gap: 6px;
                
                ._lockIcon_1tmpi_266 { width: 10px; height: 10px; color: var(--gray-400); }
              }

              ._reloadIcon_1tmpi_269 {
                position: absolute;
                right: 8px;
                transform: rotate(-90deg);
                background: transparent;
                border: none;
                cursor: pointer;
                display: flex;
                
                svg { width: 10px; height: 10px; color: var(--gray-400); }
              }
            }
          }

          ._toolbarRight_1tmpi_283 {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            color: var(--gray-500);

            ._iconButton_1tmpi_210 {
              background: transparent;
              border: none;
              cursor: pointer;
              color: inherit;
              display: flex;
              
              svg { width: 14px; height: 14px; }
              ._moreIcon_1tmpi_299 { width: 12px; height: 12px; }
            }
          }
        }

        ._browserContent_1tmpi_304 {
          width: 100%;
          min-height: 380px;
          background: var(--white-color);
          position: relative;

          ._iframe_1tmpi_310 {
            width: 100%;
            height: 100%;
            min-height: 380px;
            border: none;
            display: block;
            object-fit: cover;
            object-position: top;
          }

          ._previewPlaceholder_1tmpi_320 {
            width: 100%;
            min-height: 380px;
            border: 2px dashed var(--gray-200);
            background: var(--f5-background);
          }
        }
      }

      /* ── Stats Row ── */
      ._statsRow_1tmpi_330 {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 16px;
        background: var(--_c2f2d33b-background);
        border-radius: 12px;

        ._iconBox_1tmpi_338 {
          width: 70px;
          height: 70px;
          border-radius: 14px;
          background: var(--_10a37f-background);
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          padding: 10px;
          box-sizing: border-box;

          svg, img {
            width: 100%;
            height: 100%;
            filter: brightness(0) invert(1);
          }
        }

        ._statItem_1tmpi_357 {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 2px;
          flex: 1;

          ._statValue_1tmpi_364 {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 17px;
            font-weight: 700;
            color: var(--black);

            ._starIcon_1tmpi_372 {
              width: 18px;
              height: 18px;

              svg, path, polygon, use {
                fill: var(--black) !important;
                color: var(--black) !important;
                stroke: none !important;
              }
            }

            ._statNum_1tmpi_383 {
              font-size: 15px;
              font-weight: 700;
              margin-left: 2px;
            }
          }

          ._statLabel_1tmpi_390 {
            font-size: 12px;
            color: var(--gray-500);
          }
        }
      }

      /* ── Tabs ── */
      ._tabs_1tmpi_398 {
        display: flex;
        border: 1.5px solid var(--gray-200);
        border-radius: 10px;
        overflow: hidden;
        align-self: center;
        width: 55%;
        min-width: 200px;
        background: var(--f5-background);
        padding: 2px;
        gap: 2px;

        ._tabBtn_1tmpi_410 {
          flex: 1;
          padding: 9px 0;
          font-size: 14px;
          font-weight: 600;
          border: none;
          background: transparent;
          color: var(--gray-500);
          cursor: pointer;
          border-radius: 7px;
          transition: background 0.15s, color 0.15s;

          &:hover:not(._tabActive_1tmpi_422) { background: var(--db-background); }

          &._tabActive_1tmpi_422 {
            background: var(--white-color);
            color: var(--_10a37f-background);
          }
        }
      }

      /* ── Description ── */
      ._description_1tmpi_432 {
        font-size: 14px;
        line-height: 1.65;
        color: var(--gray-700);
        margin: 0;

        ._seeMore_1tmpi_438 {
          background: none;
          border: none;
          color: var(--_10a37f-background);
          font-size: 14px;
          font-weight: 600;
          cursor: pointer;
          margin-left: 6px;
          padding: 0;

          &:hover { opacity: 0.7; }
        }
      }

      ._infoTable_1tmpi_452 {
        display: flex;
        flex-direction: column;

        ._infoRow_1tmpi_456 {
          display: grid;
          grid-template-columns: 140px 1fr auto;
          gap: 16px;
          padding: 10px 0;
          align-items: center;

          ._infoKey_1tmpi_463 {
            font-size: 13.5px;
            font-weight: 600;
            color: var(--gray-500);
          }

          ._infoVal_1tmpi_469 {
            font-size: 14px;
            color: var(--black);

            ._websiteLink_1tmpi_473 {
              display: inline-flex;
              align-items: center;
              gap: 8px;
              color: var(--_10a37f-background);
              text-decoration: none;
              font-weight: 500;
              
              ._websiteIconWrap_1tmpi_481 {
                width: 22px;
                height: 22px;
                border-radius: 6px;
                background: var(--_10a37f-background);
                color: var(--white-color);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
              }

              &:hover { text-decoration: underline; }
            }

            ._tagList_1tmpi_496 {
              display: flex;
              flex-wrap: wrap;
              gap: 8px;
              align-items: center;
              max-height: 40px;
              overflow-y: auto;
              scrollbar-width: none;
              mask-image: linear-gradient(180deg, #000 60%, transparent 100%);

              &::-webkit-scrollbar { display: none; }

              ._simpleTag_1tmpi_508 {
                display: inline-flex;
                background: var(--f5-background);
                color: var(--gray-600);
                font-size: 13px;
                font-weight: 500;
                padding: 5px 14px;
                border-radius: 20px;
              }

              ._entityTag_1tmpi_518 {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                background: var(--f5-background);
                border-radius: 20px;
                padding: 4px 12px 4px 4px;
                
                ._entityTagIcon_1tmpi_526 {
                  width: 20px;
                  height: 20px;
                  border-radius: 6px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  color: var(--white-color);
                }

                ._entityTagText_1tmpi_536 {
                  font-size: 13px;
                  font-weight: 500;
                  color: var(--gray-700);
                }
              }
            }
          }

          ._tagMoreCount_1tmpi_545 {
            background: #e8f5e9;
            color: var(--_10a37f-background);
            font-size: 13px;
            font-weight: 700;
            padding: 5px 12px;
            border-radius: 20px;
            margin-left: 12px;
          }
        }
      }

      ._ratingsPlaceholder_1tmpi_557 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
        color: var(--gray-500);
        font-size: 14px;
        background: var(--f5-background);
        border-radius: 12px;
        margin-top: 16px;
      }

      ._relatedSection_1tmpi_569 {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 8px;

        ._relatedHeader_1tmpi_575 {
          display: flex;
          align-items: center;
          justify-content: space-between;

          ._relatedTitle_1tmpi_580 {
            font-size: 16px;
            font-weight: 700;
            color: var(--black);
          }

          ._relatedVerMas_1tmpi_586 {
            background: none;
            border: none;
            color: var(--_10a37f-background);
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            padding: 0;

            &:hover { opacity: 0.7; }
          }
        }

        ._relatedGrid_1tmpi_599 {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 10px;

          ._relatedCard_1tmpi_604 {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px;
            border-radius: 12px;
            background: var(--f5-background);
            cursor: pointer;
            transition: background 0.15s;

            &:hover { background: var(--db-background); }

            ._relatedIcon_1tmpi_616 {
              width: 44px;
              height: 44px;
              border-radius: 12px;
              background: var(--_10a37f-background);
              flex-shrink: 0;
            }

            ._relatedInfo_1tmpi_624 {
              display: flex;
              flex-direction: column;
              gap: 2px;
              flex: 1;
              min-width: 0;

              ._relatedName_1tmpi_631 {
                font-size: 14px;
                font-weight: 700;
                color: var(--black);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
              }

              ._relatedDesc_1tmpi_640, ._relatedAuthor_1tmpi_640 {
                font-size: 12px;
                color: var(--gray-500);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
              }

              ._relatedMeta_1tmpi_648 {
                display: flex;
                align-items: center;
                gap: 6px;
                font-size: 12px;
                color: var(--gray-500);
              }
            }

            ._relatedPrecio_1tmpi_657 {
              background: var(--db-background);
              border: none;
              border-radius: 8px;
              padding: 6px 10px;
              font-size: 13px;
              font-weight: 600;
              color: var(--black);
              cursor: pointer;
              transition: background 0.15s;

              &:hover { background: var(--gray-300); }
            }
          }
        }
      }
    }

    ._authorFooter_1tmpi_675 {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      background: var(--white-color);
      border-top: 1px solid var(--gray-200);
      border-radius: 0 0 16px 16px;
      flex-shrink: 0;

      ._authorLogoWrap_1tmpi_685 {
        display: flex;
        width: 42px;
        height: 42px;

        ._authorLogo_1tmpi_685 { width: 100%; height: 100%; object-fit: contain; }
      }

      ._authorInfo_1tmpi_693 {
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex: 1;
        min-width: 0;

        ._authorName_1tmpi_700 {
          font-size: 13px;
          color: var(--gray-400);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        ._authorMeta_1tmpi_708 {
          display: flex;
          align-items: center;
          gap: 6px;
          font-size: 12px;
          color: var(--gray-400);
        }
      }

      ._authorActions_1tmpi_717 {
        display: flex;
        align-items: center;
        gap: 8px;

        ._authorSince_1tmpi_722 { font-size: 13px; color: var(--gray-500); }

        ._btnSeguir_1tmpi_724 {
          background: var(--_10a37f-background);
          color: var(--icon-fill-color);
          border: none;
          border-radius: 8px;
          padding: 7px 16px;
          font-size: 13px;
          font-weight: 700;
          cursor: pointer;

          &:hover { opacity: 0.85; }
        }

        ._btnSiguiendo_1tmpi_737 {
          background: transparent;
          color: var(--_10a37f-background);
          border: none;
          padding: 7px 16px;
          font-size: 13px;
          font-weight: 700;
          cursor: pointer;
        }

        ._btnAbrirFooter_1tmpi_747 {
          background: var(--db-background);
          border: 1.5px solid var(--gray-200);
          border-radius: 8px;
          padding: 7px 16px;
          font-size: 13px;
          font-weight: 600;
          color: var(--black);
          cursor: pointer;
        }
      }
    }
  }
}

@media (max-width: 640px) {
  ._overlay_1tmpi_1 ._modal_1tmpi_14 {
    max-height: 95vh;
    border-radius: 16px;

    ._topSection_1tmpi_32 ._header_1tmpi_37 {
      ._headerRight_1tmpi_85 ._btnGuardar_1tmpi_102, ._headerRight_1tmpi_85 ._btnComprar_1tmpi_119 { display: none; }
      ._headerLeft_1tmpi_44 ._headerTitle_1tmpi_75 { font-size: 15px; }
    }

    ._body_1tmpi_147 {
      margin: 0 10px 10px;
      padding: 12px;
      ._statsRow_1tmpi_330 { flex-wrap: wrap; gap: 12px; }
      ._infoTable_1tmpi_452 ._infoRow_1tmpi_456 { grid-template-columns: 110px 1fr; }
      ._relatedSection_1tmpi_569 ._relatedGrid_1tmpi_599 { grid-template-columns: 1fr; }
      ._browserMockup_1tmpi_158 ._browserContent_1tmpi_304 { min-height: 300px; ._iframe_1tmpi_310, ._previewPlaceholder_1tmpi_320 { min-height: 300px; } }
    }

    ._authorFooter_1tmpi_675 {
      flex-wrap: wrap;
      gap: 10px;
      ._authorActions_1tmpi_717 { width: 100%; justify-content: flex-end; }
    }
  }
}._card_m4yu8_1 {
  background: var(--white-color);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 1.5px solid var(--gray-200);
  transition: transform 0.15s ease, border-color 0.15s ease;
  padding: 10px;
  display: flex;
  flex-direction: column;

  &:hover {
    transform: translateY(-2px);
    border-color: var(--gray-300);

    ._cardPreviewOverlay_m4yu8_16 {
      opacity: 1;
    }
  }

  &._cardActive_m4yu8_21 {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }

  &._cardDisabled_m4yu8_25 {
    cursor: default;

    &:hover {
      transform: none;
      border-color: var(--gray-200);
    }
  }

  ._cardPreview_m4yu8_16 {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 200px;
    background: var(--f5-background);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    display: flex;
    flex-direction: column;

    ._cardBrowserMockup_m4yu8_46 {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      background: #fff;

      ._cardBrowserContent_m4yu8_53 {
        flex: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: white;

        ._previewMainContent_m4yu8_62 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 12px;
          text-align: center;

          ._previewIcon_m4yu8_70 {
            width: 64px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--_10a37f-background);

            svg {
              width: 100%;
              height: 100%;
            }
          }

          ._previewTitle_m4yu8_84 {
            font-size: 18px;
            font-weight: 700;
            color: var(--black);
            margin: 0;
            max-width: 80%;
          }
        }
      }
    }

    ._cardPreviewOverlay_m4yu8_16 {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.02);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px 12px;
      opacity: 0.6;
      transition: opacity 0.2s;
      pointer-events: none;
      z-index: 2;

      & > * {
        pointer-events: auto;
      }

      ._cardPreviewTop_m4yu8_112 {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        ._cardPrecioBtn_m4yu8_117 {
          background-color: transparent !important;
          border: none !important;
          border-radius: 7px;
          padding: 3px 10px;
          font-size: 11px;
          font-weight: 600;
          color: var(--gray-500);
          cursor: pointer;
        }

        ._cardIcons_m4yu8_128 {
          display: flex;
          align-items: center;
          gap: 4px;

          ._breakpointsIcon_m4yu8_133 {
            width: 52px;
            height: 16px;
            color: var(--gray-500);
          }

          ._cardMoreBtn_m4yu8_139 {
            background: var(--white-color);
            border: 1px solid var(--gray-200);
            padding: 2px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;

            svg {
              width: 16px;
              height: 16px;
              color: var(--gray-400);
            }

            &:hover {
              background: var(--f5-background);
            }
          }
        }
      }

      ._cardPreviewBottom_m4yu8_162 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;

        ._cardChip_m4yu8_168 {
          display: flex;
          align-items: center;
          gap: 3px;
          font-size: 11px;
          font-weight: 500;
          color: var(--gray-500);
          background: var(--white-color);
          padding: 2px 6px;
          border-radius: 4px;
          border: 1px solid var(--gray-200);

          svg {
            width: 13px;
            height: 13px;
            flex-shrink: 0;
          }
        }
      }
    }
  }

  ._cardFooter_m4yu8_190 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 4px 4px;

    ._cardIconWrap_m4yu8_196 {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: var(--_10a37f-background);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      padding: 8px;
      box-sizing: border-box;

      svg {
        width: 100%;
        height: 100%;
        color: var(--white-color);
        stroke-width: 1.2;
      }
    }

    ._cardInfo_m4yu8_216 {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
      flex: 1;

      ._cardName_m4yu8_223 {
        font-size: 14px;
        font-weight: 700;
        color: var(--black);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      ._cardDesc_m4yu8_232 {
        font-size: 11px;
        color: var(--gray-500);
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
      }

      ._cardAuthor_m4yu8_244 {
        font-size: 11px;
        color: var(--gray-400);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }
}

._isDark_m4yu8_255 {
  ._cardName_m4yu8_223 {
    color: var(--white-color);
  }

  ._card_m4yu8_1 {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
  }

  ._cardAuthor_m4yu8_244 {
    color: rgba(255, 255, 255, 0.6);
  }

  ._cardDesc_m4yu8_232 {
    color: rgba(255, 255, 255, 0.8);
  }
}
