._newSearch_rla0x_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #F9F8F6;
  text-decoration: none;
  color: #060606;
}

._newSearch_rla0x_1 p {
  font-size: 16px;
  font-weight: 600;
}

._newSearch_rla0x_1 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #060606;
  font-size: 22px;
  font-weight: 200;
  padding-top: 5px;
}

._newSearch_rla0x_1 button:active {
  transform: scale(0.9);
}._container_9vpnv_1 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 8px 12px;
}

._searchHistory_1a8u3_1 {
  padding: 12px;
  border-radius: 16px;
  background-color: #F9F8F6;
}

._searchHistory_1a8u3_1 h2 {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #e6e5e3;
}

._ul_dates_1a8u3_14{
    margin: 2px 0;
    padding: 12px 0;
    list-style: none;
}

._info_1a8u3_20{
  margin: 12px;
}

@media (max-width: 768px) {

  ._ul_dates_1a8u3_14{
    overflow: scroll;
  }

  ._searchHistory_1a8u3_1{
    height: auto;
    overflow-y: scroll;
  }
}._requestItem_145mn_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 10px;
}

._requestItem_145mn_1 a{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(56, 54, 49, 0.64);
  transition: color;
  transition-duration: 0.3s;
  padding: 8px 12px;
}


._requestItem_145mn_1 button {
  background-color: transparent;
  border: none;
  opacity: 0;
  transition: opacity;
  transition-duration: 0.3s;
  cursor: inherit;
  padding: 8px 12px;
  color: #060606;
}

._requestItem_145mn_1 button:hover {
  color: #F93A37;
}

._disabled_li_145mn_38 button{
  opacity: 1;
  cursor: auto;
}

._requestItem_145mn_1 button:active {
  transform: scale(0.9);
}

._disabled_li_145mn_38{
  opacity: 0.5;
}


@media (min-width: 480px) {
  ._requestItem_145mn_1:hover button {
    opacity: 1;
  }

  ._requestItem_145mn_1:hover a {
    color: #060606;
  }
}

@media (max-width: 768px) {
  ._requestItem_145mn_1 button {
    opacity: 1;
  }

}._icon_1d7hc_1 {
  animation: _spin_1d7hc_1 1s linear infinite;
  display: inline-block; /* Ensure the icon is treated as an inline element */
}

@keyframes _spin_1d7hc_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._ul_requests_uc409_2 {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px
  }._aside_194tw_1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}



@media (max-width: 768px) {

  ._aside_194tw_1 {
    position: absolute;
    top: 0;
    left: -500px;
    transition: left 0.5s ease;
    padding: 24px;
    background-color: #F1EFE9;
    border-radius: 0 17px 17px 0;
    height: 100vh;
    width: 302px;
  }

  ._show_194tw_23{
    left: 0;
  }
}
._container_1y4ga_1 {
    padding: 12px;
    border-radius: 16px;
    background-color: #F9F8F6;
  }
  
  ._container_1y4ga_1 h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    border-bottom: 1px solid #e6e5e3;
  }
  
  ._ul_dates_1y4ga_14{
      margin-top: 12px;
      list-style: none;
  }._container_bpqag_1 {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 10px;
}

._container_bpqag_1 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._container_bpqag_1 p {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8B8B8B;
  transition: color;
  transition-duration: 0.3s;
}


._container_bpqag_1:hover p {
  color: #383631;
}._container_ugltk_1{
    display: none;
    align-items: center;
    justify-content: space-between;
}

._logo_link_ugltk_7{
    color: #060606;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

._logo_ugltk_7{
    width: 21px;
    height: 21px;
    object-fit: contain;
}

._close_btn_ugltk_22{
    border: none;
    background-color: transparent;
    color: #7d7c79;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    ._container_ugltk_1 {
        display: flex;
    }
}
._header_wrapper_vmp15_1 {
    position: relative;
}

._overload_banner_vmp15_5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF3E0;
    color: #E65100;
    padding: 12px 0;
    text-align: center;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #FFE0B2;
    font-size: 14px;
    line-height: 1.4;
}

._header_vmp15_1 {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 16px 28px;
}

.overloaded ._header_vmp15_1 {
    margin-top: 48px;
}

._logged_out_vmp15_34 {
    gap: 0;
}

._logo_container_vmp15_38 {
    display: flex;
    gap: 12px;
    text-decoration: none;
    justify-self: flex-start;
    width: 284px;
}

._logo_container_vmp15_38 img {
    width: 36px;
    height: 36px;
}

._logo_text_vmp15_51 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
}

._logo_text_vmp15_51 h1 {
    font-size: 14px;
    font-weight: 600;
    color: #060606;
}

._logo_text_vmp15_51 h2 {
    font-size: 10px;
    font-weight: 400;
    color: #8E6D1E;
}

._burger_btn_vmp15_70 {
    background-color: transparent;
    border: none;
    outline: none;
    transition: transform 0.5s;
    cursor: pointer;
    font-size: 25px;
    justify-self: flex-start;
    padding: 5px 0;
    color: #060606;
    display: none;
}

._burger_btn_vmp15_70:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    ._burger_btn_vmp15_70 {
        display: block;
    }

    ._logo_container_vmp15_38 {
        display: none;
    }

    ._logged_out_vmp15_34 ._logo_container_vmp15_38 {
        display: flex;
        width: auto;
    }
}
._auth_container_1u6s1_1{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: flex-end;
}
._container_c8z7o_1{
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
}

._user_photo_c8z7o_8{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.5s ease;
}

._user_photo_c8z7o_8:hover{
    transform: scale(1.1);
}

._user_info_c8z7o_20{
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
}

._user_name_c8z7o_27{
    font-size: 14px;
    color: #060606;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
}

._user_email_c8z7o_35{
    font-size: 10px;
    font-weight: 400;
    color: #383631a3;
    line-height: 14px;


}

._trialBadge_c8z7o_44 {
  margin-left: 10px;
  background: #F8F6F1;
  border: 2px solid #222;
  border-radius: 12px;
  padding: 4px 10px 4px 8px;
  display: flex;
  align-items: center;
  min-width: 60px;
  min-height: 24px;
  z-index: 2;
}
._trialText_c8z7o_56 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #222;
  text-align: left;
  line-height: 1.1;
  margin-right: 7px;
}
._trialText_c8z7o_56 span {
  font-size: 0.95rem;
  font-weight: 400;
}
._trialBars_c8z7o_68 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
._trialBar_c8z7o_68 {
  width: 12px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: background 0.2s;
}
._trialBarFull_c8z7o_81 {
  background: #D6F5C6;
  border: 1px solid #b6e6a6;
}
._trialBarEmpty_c8z7o_85 {
  background: #fff;
  border: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    ._user_email_c8z7o_35 {
        display: none;
    }

    ._user_name_c8z7o_27 {
        display: none;
    }
}

@media (max-width: 600px) {
  ._trialBadge_c8z7o_44 {
    margin-left: 4px;
    padding: 2px 4px 2px 4px;
    min-width: 36px;
  }
  ._trialText_c8z7o_56 {
    font-size: 0.7rem;
    margin-right: 2px;
  }
  ._trialText_c8z7o_56 span {
    font-size: 0.8rem;
  }
  ._trialBar_c8z7o_68 {
    width: 7px;
    height: 2px;
  }
}
._actionMenu_1dxgy_1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
    color: #060606;
    position: absolute;
    top: 130%;
    right: 0;
    font-size: 14px;
    width: max-content;
    z-index: 10;
}

._actionMenuButton_1dxgy_21{
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    background-color: #fff;
    color: #060606;
}

._actionMenu_1dxgy_1:hover ._actionMenuButton_1dxgy_21{
    background-color: #f4eddf;
}

._actionMenu_1dxgy_1:hover ._actionMenuButton_1dxgy_21:hover{
    background-color: #fff;
}


._actionMenu_1dxgy_1:hover{
    background-color: #f4eddf;
}._container_cg6u5_1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    animation: _fadeIn_cg6u5_1 0.5s ease-in-out 0.5s forwards;
}

._modal_cg6u5_19{
    position: relative;
    max-width: 904px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px;
}

._modal_cg6u5_19>*{
    width: 100%;
}

@keyframes _fadeIn_cg6u5_1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

._close_button_cg6u5_41 {
    position: absolute;
    color: #F9F8F6;
    background-color: transparent;
    border: none;
    font-size: 30px;
    z-index: 1001;
    right: 30px;
    top: 30px;
    display: block;
    cursor: pointer;
}

._close_button_cg6u5_41:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    ._close_button_cg6u5_41 {
        display: block;
    }
}


._container_pmfe6_1 {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
}

._title_pmfe6_14 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #222;
}

._cardsWrapper_pmfe6_21 {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
}

._card_pmfe6_21 {
  background: #F8F8F8;
  border-radius: 14px;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  max-width: 260px;
  flex: 1 1 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

._cardText_pmfe6_41 {
  font-size: 18px;
  color: #222;
  margin-bottom: 28px;
  line-height: 1.5;
}

._cardText_pmfe6_41 b {
  font-weight: 700;
  font-size: 20px;
}

._benefitsList_pmfe6_53 {
  margin: 18px 0 0 0;
  padding: 0 0 0 18px;
  text-align: left;
  color: #444;
  font-size: 15px;
  list-style: none;
}
._benefitsList_pmfe6_53 li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 0;
}

._cardButton_pmfe6_67 {
  background: #EDEDED;
  color: #222;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
._cardButton_pmfe6_67:hover {
  background: #e0e0e0;
}

._cardButtonSecondary_pmfe6_84 {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
._cardButtonSecondary_pmfe6_84:hover {
  background: #444;
}

@media (max-width: 700px) {
  ._cardsWrapper_pmfe6_21 {
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
  }
  ._card_pmfe6_21 {
    max-width: calc(50% - 6px);
    min-width: 0;
    width: auto;
    padding: 24px 16px 16px 16px;
  }
  ._container_pmfe6_1 {
    padding: 24px 16px;
  }
  ._title_pmfe6_14 {
    font-size: 20px;
  }
  ._cardText_pmfe6_41 {
    font-size: 16px;
  }
} ._sign_in_container_k00b1_1 {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

._sign_in_button_k00b1_7{
    background-color: #060606;
    color: white;
    border: none;
    cursor: pointer;
    height: 36px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

._sign_in_button_k00b1_7:hover{
    transform: scale(1.02);
}

._api_key_button_k00b1_25 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    cursor: pointer;
    height: 48px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    text-align: center;
    white-space: pre-line;
}

._api_key_button_k00b1_25:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

._icon_k00b1_50{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 768px) {
    ._sign_in_container_k00b1_1 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    ._api_key_button_k00b1_25 {
        width: 100%;
        min-width: 140px;
    }
}
._container_11xdo_1 {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
}

._searchOutput_11xdo_10 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

._progressContainer_11xdo_17 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

._progressWrapper_11xdo_27 {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

._viewToggle_11xdo_33 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

._toggleButton_11xdo_39 {
  padding: 8px 16px;
  border: 1px solid #875D9C;
  background: transparent;
  color: #875D9C;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

._toggleButton_11xdo_39._active_11xdo_49 {
  background: #875D9C;
  color: white;
}

/* Progress Bar View */
._progressBar_11xdo_55 {
  width: 100%;
  height: 6px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

._progressFill_11xdo_65 {
  height: 100%;
  background: linear-gradient(90deg, #5A3F6A 0%, #875D9C 100%);
  transition: width 0.5s ease-in-out;
  border-radius: 3px;
  position: relative;
}

._progressFill_11xdo_65::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  animation: _shimmer_11xdo_1 2s infinite;
}

@keyframes _shimmer_11xdo_1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

._progressInfo_11xdo_98 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 4px;
}

._progressText_11xdo_106 {
  font-size: 15px;
  color: #2c2c2c;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}

._currentStage_11xdo_114 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #875D9C;
  font-weight: 500;
  background: rgba(135, 93, 156, 0.08);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(135, 93, 156, 0.2);
  transition: all 0.3s ease;
}

._currentStage_11xdo_114:hover {
  background: rgba(135, 93, 156, 0.12);
  transform: translateY(-1px);
}

._spinner_11xdo_133 {
  width: 16px;
  height: 16px;
  color: #875D9C;
  animation: _spin_11xdo_133 1s linear infinite;
}

@keyframes _spin_11xdo_133 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Steps List View */
._stepsList_11xdo_150 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0;
}

._step_11xdo_150 {
  display: flex;
  align-items: center;
  gap: 16px;
}

._stepContent_11xdo_164 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._stepIcon_11xdo_170 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #875D9C;
  font-size: 14px;
}

._step_11xdo_150._current_11xdo_114 ._stepIcon_11xdo_170 {
  background: #875D9C;
  color: white;
}

._step_11xdo_150._completed_11xdo_187 ._stepIcon_11xdo_170 {
  background: #875D9C;
  color: white;
}

._stepLabel_11xdo_192 {
  font-size: 14px;
  color: #060606;
}

._step_11xdo_150._current_11xdo_114 ._stepLabel_11xdo_192 {
  font-weight: 500;
  color: #875D9C;
}

._stepConnector_11xdo_202 {
  width: 2px;
  height: 24px;
  background: #e6e5e3;
  margin-left: 12px;
}

._step_11xdo_150._completed_11xdo_187 ._stepConnector_11xdo_202 {
  background: #875D9C;
}

._progressStatusBar_11xdo_213 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  margin: 32px 0 24px 0;
}

._progressPercent_11xdo_222 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  min-width: 120px;
  text-align: right;
}

._progressBarUnified_11xdo_230 {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 16px;
  position: relative;
}

._progressFillUnified_11xdo_240 {
  height: 100%;
  background: linear-gradient(90deg, #5A3F6A 0%, #875D9C 100%);
  border-radius: 4px;
  transition: width 0.4s cubic-bezier(.4,1.3,.6,1);
}

._progressStage_11xdo_247 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #7a5ca0;
  font-weight: 500;
  min-width: 180px;
  justify-content: flex-start;
}

._profileInfo_1nhtk_1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 32px;
  background-color: #fff;
  padding: 28px;
  padding-top: 45px;
  margin: 4px;
  border-radius: 16px;
  position: relative;
}

._header_container_1nhtk_13 h2{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #060606;
}

._header_container_1nhtk_13{
  display: flex;
  gap: 8px;
}

._link_icon_1nhtk_25{
  color: #006699;
  font-size: 20px;
}

._follower_count_1nhtk_30{
  font-size: 14px;
  font-weight: 400;
  color: #807e7b;
  margin: 0;
  margin-bottom: 2px;
}

._profileInfo_1nhtk_1 img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

._title_1nhtk_45{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #807e7b;
  overflow-wrap: break-word;
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
} 


._title_1nhtk_45 a{
  color: #807e7b;
}

._profileInfoContent_1nhtk_62{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._markClass_1nhtk_68{
  background: linear-gradient(to right, transparent, #fff 10px);
}

@media (max-width: 1024px) {
  ._profileInfo_1nhtk_1 {
    padding-top: 65px; 
  }
}._summary_1588o_1{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    color: #060606;
    overflow-wrap: break-word;
    word-break: break-all;
}

._markClass_1588o_11{
    background: linear-gradient(to right, transparent, #fff 10px);
}._container_1t96f_1{
    position: relative;
}

._mark_1t96f_5{
    color: #666666;
    cursor: pointer;
    padding-left: 5px; 
}

._more_place_1t96f_11{
    position: absolute;
    padding-left: 15px; 
    right: 0;
    bottom: 0;
}

._mark_1t96f_5:hover{
    text-decoration: underline;
}

._short_1t96f_22 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.2em;
    text-overflow: clip;
}

._profileActions_wa1ql_1{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 16px;
}._profileActions_1sdbq_1{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 16px;
}

._commonButton_1sdbq_9{
    height: 44px;
    width: 104px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

._commonButton_1sdbq_9:disabled{
    cursor: auto;
}

._buttonText_1sdbq_29{
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 2px;
}

._saveButton_1sdbq_35::after{
    position: absolute;
    content: "";
    left: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #68B051;
    transition: background-color 0.3s ease;
}

._saveButton_1sdbq_35::before{
    position: absolute;
    content: "";
    left: -16px;
    top: 0px;
    width: 16px;
    height: 16px;
    border-radius: 0 32px 0 0 ;
    background-color: #fff;
    z-index: 1;
}

._saveButton_1sdbq_35{
    background-color: #68B051;
    border-radius: 0 16px 0 16px;
    width: 120px;
    margin-right: -15px;
    z-index: 2;
}

._saved_1sdbq_66{
    margin-right: 0;
    background-color: #68B051;
}

._saved_1sdbq_66::after{
    background-color: #68B051;
}

._circleIcon_1sdbq_75{
    opacity: 0.5;
}._commonButton_1mqye_1{
    height: 44px;
    border: none;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

._commonButton_1mqye_1:disabled{
    cursor: auto;
}

._buttonText_1mqye_20{
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 2px;
}

._arciveButton_1mqye_26{
    background-color: #FF7D1A;
    border-radius: 0 16px 0 0;
    width: 135px;
}

._arcived_1mqye_32{
    border-radius: 0 16px 0 16px;
    background-color: #FF7D1A;
    position: relative;
    width: 120px;
}

._arcived_1mqye_32::after{
    position: absolute;
    content: "";
    left: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #FF7D1A;
    transition: background-color 0.3s ease;
}

._arcived_1mqye_32::before{
    position: absolute;
    content: "";
    left: -32px;
    top: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

._circleIcon_1mqye_62{
    opacity: 0.5;
}._btns_container_1t104_1{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 0;
}

._btns_container_1t104_1 button{
    width: 50px;
    height: 30px;
    background-color: white;
    border: 2px solid black;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
}

._btns_container_1t104_1 ._active_1t104_21{
    background-color: #2980b9;
    color: white;
}._profileItem_a6big_1 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}

._infoCard_a6big_10{
  background-color: #F9F8F6;
  border-radius: 16px;
  padding-bottom: 16px;
  border-radius: 20px;
}


@media (max-width: 1024px) {
  ._profileItem_a6big_1 {
      display: flex;
      flex-direction: column-reverse;
      gap: 0;
  }

  ._infoCard_a6big_10{
    background-color: #F9F8F6;
    border-radius: 0 0 16px 16px;
    padding-bottom: 16px;
    width: 100%;
  }
}._subheader_1m53o_1{
    margin: 0 16px;
    margin-left: 80px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #060606;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 480px) {
    ._subheader_1m53o_1{
        margin-left: 0;
    }
}._container_aj06d_1{
    margin: 20px 32px;
}

._experiences_list_container_aj06d_5{
    margin: 16px 0;
}

@media (max-width: 480px) {
    ._experiences_list_container_aj06d_5{
        margin: 16px 0;
    }
}._container_1ne38_1{
    display: grid;   
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
}

._icon_container_1ne38_8 img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 4px;
}


._info_container_1ne38_16{
    background-color: #F2EFE9;
    border-radius: 10px;
    display: grid;
}

._company_name_1ne38_22{
    font-size: 14px;
    color: #060606;
    font-weight: 600;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
    align-items: center;
    line-height: 20px;
}


._description_1ne38_34{
    font-size: 12px;
}

._markClass_1ne38_38{
    background: linear-gradient(to right, transparent, #F2EFE9 10px);
}

._descr_block_1ne38_42{
    padding: 12px 16px;
}

._main_info_block_1ne38_46{
    display: flex;
    gap: 5px;
}

._mobile_1ne38_51{
    display: none;
}


@media (max-width: 480px) {
    ._container_1ne38_1{
        gap: 0;
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    ._info_container_1ne38_16{
        margin-left: -16px;
    }

    ._mobile_1ne38_51{
        display: block;
    }
    ._desc_1ne38_34{
        display: none;
    }
}._container_d024g_1{
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-right: 30px;
    font-size: 12px;
    border-left: 1px solid #F9F8F6;
    padding: 12px 16px;
    padding-top: 0; 
    flex-wrap: wrap;
}

._item_d024g_14{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #7d7c78;
}

._icon_d024g_21{
    font-size: 16px;
    color: #a5a39f;
}._subheader_10gy2_1{
    color:#7d7c78;
    font-size: 10px;
    margin: 5px 0;
}

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

._links_jjlj3_3 a{
    display: flex;
    font-size: 14px;
}

._links_jjlj3_3 ._linkedin_url_jjlj3_14{
    color: #006699;
}

._links_jjlj3_3 ._website_jjlj3_18{
    color: black;
    font-size: 1.03rem;
}

._links_jjlj3_3 ._twitter_url_jjlj3_23{
    color: #1c9ceb;
    font-size: 1.03rem;
}

._links_jjlj3_3 ._crunchbase_url_jjlj3_28{
    color: #1267f7;
}

._links_jjlj3_3 ._facebook_url_jjlj3_32{
    color: #0a65ff;
    font-size: 1.03rem;
}._container_g80tq_1{
    margin-left: 60px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

._title_g80tq_9{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

._subheader_g80tq_15{
    display: flex;
    gap: 15px;
    align-items: baseline;
    flex-direction: column;
}

._duration_g80tq_22{
    color: #383631a3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

._description_g80tq_33{
    margin-top: 10px;
    color: #060606;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #F9F8F6;
}

._markClass_g80tq_42{
    background: linear-gradient(to right, transparent, #F9F8F6 10px);
}

@media (max-width: 480px) {
    ._container_g80tq_1{
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 480px) {
  ._container_wbx3t_3:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }  
}._full_profile_vhwcv_1{
    position: absolute;
    bottom: -24px;
    left: 104px;
    border: 4px solid #F2EFE9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    color: black;
    transition: transform 0.5s ease;
    cursor: pointer;
  }

._full_profile_vhwcv_1:hover{
  transform: scale(1.05);
}

._children_container_vhwcv_22{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

._children_container_vhwcv_22::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

@media (max-width: 480px) {
  ._children_container_vhwcv_22{
    margin-top: 60px;
    max-height: calc(100vh - 100px);
  }
}._container_68olv_1{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 25px;
    background-color: #FFFFFF;
    padding: 50px 30px;
    border-radius: 16px;
    position: relative;
    margin: 4px;
}

._img_container_68olv_12{
    grid-row: span 2;
}

._img_container_68olv_12 img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

._link_icon_68olv_23{
    color: #006699;
}

._header_container_68olv_27 h1{
    font-size: 28px;
}

._header_container_68olv_27 a{
    font-size: 25px;
}

._header_container_68olv_27{
    display: flex;
    gap: 8px;
    font-size: 20px;
    flex-wrap: wrap;
}

._location_68olv_42{
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    color: #060606;
    text-decoration: none;
}

._location_68olv_42:hover{
    text-decoration: underline;
}

._about_container_68olv_56{
    margin: 25px 0;
}

._about_container_68olv_56 h3{
    margin-bottom: 5px;
    font-weight: 600;
}

._title_68olv_65{
    font-size: 14px;
    font-weight: 300;
    color: #807e7b;
} 


._pers_info_68olv_72{
    grid-column: 2 / -1;
    grid-row: auto;
}


@media (max-width: 480px){
    /* сделать гридами перенос на новую строку  */
    ._pers_info_68olv_72{
        grid-column: 1 / -1;
        grid-row: auto;
    }

    ._container_68olv_1{
        gap: 10px;
    }
    ._about_container_68olv_56{
        margin: 5px
    }

    ._location_68olv_42 ._icon_68olv_92{
        display: none;
    }
}
._container_1njl2_1{
    margin: 0 30px;
    margin-bottom: 20px;
}._container_1n384_1{
    margin: 10px 0;
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

._header_1n384_9{
    font-size: 18px;
    font-weight: 600;
    color: #060606;
    font-size: 18px;
    line-height: 26px;

}

._subheader_1n384_18{
    font-size: 14px;
    display: flex;
    gap: 16px
}

._education_period_1n384_24{
    color: #7d7c78;
}


@media (max-width: 480px) {
    ._container_1n384_1{
        margin-left: 0;
    }
}._container_8kfrz_1{
    background-color: #F9F8F6;
    border-radius: 16px;
    position: relative;
    padding-bottom: 40px;
}

._loader_8kfrz_8{
    display: flex;
    justify-content: center;
    align-items: center;
}

._hr_8kfrz_14{
    border: none;
    border-bottom: 1px solid rgb(112, 112, 112, 0.4);
    margin-top: 32px;
    margin-left: 110px;
    margin-bottom: 24px;
    margin-right: 32px;
}

@media (max-width: 480px) {
    ._hr_8kfrz_14{
        margin-left: 32px;
    }
}._container_1oqf4_1{
    margin: 0 30px;
    margin-top: 24px;
}

._hr_1oqf4_6{
    border: none;
    border-bottom: 1px solid rgb(112, 112, 112, 0.4);
    margin-top: 32px;
    margin-left: 80px;
    margin-bottom: 24px;
}

._lang_list_1oqf4_14{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px 26px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 80px;
}

._lang_list_1oqf4_14 li{
    display: flex;
    gap: 4px;
}

@media (max-width: 480px){
    ._lang_list_1oqf4_14{
        margin-left: 0;
    }

    ._hr_1oqf4_6{
        margin-left: 0;
    }
}._icon_1q9v7_1{
    font-size: 18px;
    width: 31px;
    height: 23px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._point_1q9v7_11{
    display: grid;
    gap: 13px;
    grid-template-columns: auto 1fr;
    align-items: center;
}

._exceeds_1q9v7_18{
    color: #06BC42;
}

._meets_1q9v7_22{
    color: #06BC42;
}

._partially_1q9v7_26{
    color: #E4B300;
}

._insufficient_1q9v7_30{
    color: #A4A4A4;
}

._not_meet_1q9v7_34{
    color: #F52D35;
}


._exceeds_1q9v7_18 ._icon_1q9v7_1{
    background-color: #E7F6E1;
    font-size: 13px;
}

._meets_1q9v7_22 ._icon_1q9v7_1{
    background-color: #B3E6C5;
}

._partially_1q9v7_26 ._icon_1q9v7_1{
    background-color: #FFEFA8;
}

._insufficient_1q9v7_30 ._icon_1q9v7_1{
    background-color: #D1D1D1;
}

._not_meet_1q9v7_34 ._icon_1q9v7_1{
    background-color: #F5C4C6;
}._container_6m7wl_1{
    width: 210px;
    background-color: #F9F8F6;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
    position: relative;
}

._header_6m7wl_10{
    font-size: 14px;
    font-weight: 600;
    margin-left: 44px;
    margin-bottom: 15px;
}

._list_6m7wl_17{
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

._load_more_6m7wl_26{
    font-size: 12px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #A4A4A4;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

._load_more_6m7wl_26:hover{
    text-decoration: underline;
}

._icon_6m7wl_42{
    padding: 10px 9px;
}

._beta_6m7wl_46{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 3px 6px;
    color: #959494;
}

._great_6m7wl_56{
    color: #06BC42;
}

._good_6m7wl_60{
    color: #E4B300;
}

._worth_6m7wl_64{
    color: #687077;
}

@media (max-width: 1024px) {
    ._container_6m7wl_1{
        width: 100%;
        background-color: #F9F8F6;
        border-radius: 20px 20px 0 0;
        padding: 10px 32px;
    }
}._container_11u5i_1{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    background-color: #f2ceca;
    border-radius: 16px;
    padding: 24px;
    align-items: center;
}

._icon_11u5i_11{
    font-size: 50px;
    color: #e74c3c;
}

._total_result_1yave_2{
    font-size: 14px;
    margin: 15px 0;
    color: #060606;
    font-weight: 500;
    line-height: 20px;
}  

._download_1yave_10{
    display: flex;
    gap: 4px;
    align-items: center;
    background-color: transparent;
    color: #865C9F;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    line-height: 14px;
    text-transform: uppercase;
}

._download_1yave_10:disabled{
    opacity: 0.5;
    cursor: auto;
}

._container_1yave_30{
    display: flex;
    justify-content: space-between;
}

._icon_1yave_35{
    font-size: 20px;
}

._label_1yave_39{
    padding-top: 5px;
}
._container_1heia_1 {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

._title_1heia_13 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333;
}

._subtitle_1heia_20 {
  color: #b3b3b3;
  font-size: 20px;
  margin-bottom: 28px;
  font-weight: 400;
}

._greenBox_1heia_27 {
  background: #b0ff8f;
  border-radius: 20px;
  padding: 28px 24px 18px 24px;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._signUpTitle_1heia_38 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

._signInButton_1heia_45 {
  background: #fff;
  color: #222;
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.2s;
}

._signInButton_1heia_45:hover {
  background: #f3f3f3;
}

._benefitsList_1heia_65 {
  margin-top: 16px;
  text-align: left;
}

._benefitItem_1heia_70 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: normal;
}

._benefitItem_1heia_70 svg {
  color: #333;
}

._divider_1heia_83 {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 16px 0;
  color: #666;
}

._divider_1heia_83::before,
._divider_1heia_83::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #ddd;
}

._divider_1heia_83::before {
  left: 0;
}

._divider_1heia_83::after {
  right: 0;
}

._stayUnauthorizedButton_1heia_109 {
  background-color: transparent;
  color: #666;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 16px;
  transition: color 0.2s;
}

._stayUnauthorizedButton_1heia_109:hover {
  color: #333;
}

._unauthorizedText_1heia_123 {
  color: #888;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

._legalLinks_1heia_131 {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.4;
}

._legalLinks_1heia_131 a {
  color: #2563eb;
  text-decoration: none;
}

._legalLinks_1heia_131 a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  ._container_1heia_1 {
    padding: 24px;
  }
  
  ._title_1heia_13 {
    font-size: 20px;
  }
  
  ._signInButton_1heia_45 {
    font-size: 16px;
    padding: 16px;
  }
  
  ._benefitItem_1heia_70 {
    font-size: 14px;
  }
} ._container_1sz9w_1{
    display: flex;
    justify-content: center;
    margin: 40px 0;
    
}

._button_1sz9w_8{
    display: flex;
    justify-content: center;
    align-items: center;   
    gap: 5px;
    width: 100%;
    height: 44px;
    border-radius: 15px;
    border: none;
    outline: none;
    background-color: #060606;
    color: white;
    transition: font-size 0.5s ease;
    cursor: pointer;
    font-size: 14px;
}

._button_1sz9w_8:hover{
    font-size: 16px;
}

._button_1sz9w_8:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}._container_1a1my_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f6fa;
  border-radius: 24px;
  padding: 32px 24px 24px 24px;
  text-align: center;
  gap: 14px;
  box-shadow: 0 4px 24px rgba(60, 60, 100, 0.07);
  max-width: 400px;
  margin: 0 auto;
}

._icon_1a1my_15 {
  font-size: 32px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(60,60,100,0.08);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._title_1a1my_27 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
}

._subtitle_1a1my_34 {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-top: 0;
}

._info_1a1my_41 ._icon_1a1my_15 {
  color: #4a5cff;
}

._error_1a1my_45 {
  background: #f2ceca;
}
._error_1a1my_45 ._icon_1a1my_15 {
  color: #e74c3c;
  background: #fff;
}

._success_1a1my_53 {
  background: #e6f9e8;
}
._success_1a1my_53 ._icon_1a1my_15 {
  color: #27ae60;
  background: #fff;
}

._warning_1a1my_61 {
  background: #fffbe6;
}
._warning_1a1my_61 ._icon_1a1my_15 {
  color: #e1a100;
  background: #fff;
} ._container_tkz1b_1 {
  width: 100%;
  max-width: 808px;
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: #FFF;
  gap: 10px;
  border: 1px solid #e6e5e3;
  border-radius: 20px;
  padding: 30px 24px;
  align-items: center;
  cursor: text;
  position: relative;
  overflow: hidden;
}


._loader_tkz1b_18 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, white 0%, #5A3F6A 25%, #875D9C 50%, #8A6466 75%, white 100%);
  animation: none;
}

._loader_tkz1b_18 {
  display: none;
}

._loading_tkz1b_32 ._loader_tkz1b_18 {
  animation: _load_tkz1b_18 4s linear infinite;
  display: block;
}

@keyframes _load_tkz1b_18 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

._textarea_tkz1b_46 {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  resize: none;
  font-family: 'Arial', sans-serif;
  display: flex;
  width: 100%;
}


._input_group_tkz1b_59 {
  position: relative;
}

._textarea_tkz1b_46:focus + ._placeholder_tkz1b_63,
._textarea_tkz1b_46:not(:placeholder-shown) + ._placeholder_tkz1b_63 {
  transform: translate(-10%, -20px) scale(0.8);
  transition: 0.2s ease;
}

._placeholder_tkz1b_63 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.2s ease;
  color: #9b9b9b;
}
._searchButton_1m6v5_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #060606;
  color: #fff;
  padding: 14px 24px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  align-self: flex-end;
}

._searchButton_1m6v5_1:hover {
  transform: scale(1.01);
}

._searchButton_1m6v5_1:not(:disabled):active {
  transform: scale(0.95);
}

._searchButton_1m6v5_1:disabled{
  color: rgba(255, 255, 255, 0.5);
  cursor: auto;
}

@media (max-width: 480px) {
  ._label_1m6v5_31{
    display: none;
  }
}._container_16k4o_1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    padding: 20px;
    background-color: #fff;
}

._container_16k4o_1 h2{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}

._subheader_16k4o_17{
    font-size: 14px;
    color: #666;
}

._list_16k4o_22{
    list-style: none;
    padding: 0;
    margin: 40px 20px; 
    display: flex;
    flex-direction: column;
    gap: 10px;
}

._list_16k4o_22 li{
    display: flex;
    align-items: center;
    gap: 10px;
}

._icon_16k4o_37{
    color: #28a745;
    font-size: 26px;
    font-weight: 900;
}

._buttons_16k4o_43{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

._buttons_16k4o_43 button{
    border: none;
    cursor: pointer;
}

._btn_accent_16k4o_55{
    background-color: transparent;
    background-color: #4da3ff;
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: font-size 0.3s ease;
}

._btn_accent_16k4o_55:hover{
    font-size: 17px;
}

._btn_ghost_16k4o_71{
    background-color: transparent;
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}._container_1qrdr_1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
}

._container_1qrdr_1 ._h2_1qrdr_12{
    font-size: 24px;
    font-weight: 600;
}

._subheader_1qrdr_17{
    font-size: 14px;
    color: #666;
}

._container_1qrdr_1 form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

._container_1qrdr_1 form input{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

._buttons_1qrdr_37{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

._container_1qrdr_1 button{
    background-color: transparent;
    border: 1px solid #4da3ff;
    border-radius: 4px;
    cursor: pointer;
    color: #4da3ff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    transition-property: background-color, color;
    padding: 10px 20px;
}

._switchToSignIn_1qrdr_59{
    grid-column: 1 / 3;
}

._container_1qrdr_1 button:hover{
    background-color: #4da3ff;
    color: #fff;
} 

._error_1qrdr_68{
    color: rgb(192, 57, 43);
    font-size: 14px;
    margin-bottom: 10px;
}

._container_1qrdr_1 ._active_1qrdr_74{
    background-color: #4da3ff;
    color: #fff;
    transition: font-size 0.5s ease;
    font-size: 14px;
    grid-column: 2 / 3;
}._container_1htnl_1{
    display: flex;
    justify-content: center;
    align-items: center;
}._container_et316_1{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 15px;
    max-width: 808px;
    width: 100%;
}._container_a58p4_1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 104px;
    gap: 64px;
}

._container_a58p4_1 ._h2_a58p4_10{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(to right, #5A3F6A 0%, #875D9C 52%, #8A6466 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

._description_a58p4_24{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    color: #060606;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}._container_pc82r_1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
    align-items: center;
}
._container_pc82r_1 a{
    width: 100%;
    text-decoration: none;
    color: #060606;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

._container_pc82r_1 a:hover{
    transform: scale(1.01);
}._container_fxth3_1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}._container_g6n65_1{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f6fa;
    border-radius: 24px;
    padding: 32px 24px 24px 24px;
    text-align: center;
    gap: 14px;
    box-shadow: 0 4px 24px rgba(60, 60, 100, 0.07);
    max-width: 400px;
    margin: 0 auto;
}

._container_g6n65_1 p {
    text-align: center;
    margin: 0;
}

._icon_g6n65_20{
    font-size: 32px;
    color: #4a5cff;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(60,60,100,0.08);
    margin-bottom: 4px;
}

._title_g6n65_30 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 2px;
}

._subtitle_g6n65_37 {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-top: 0;
}
._container_g7dhy_1 {
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;                 /* pt-12 px-4 */
  background: rgba(243, 244, 246, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 24px;                
}

._inner_g7dhy_10 {
  width: 100%;
  max-width: 72rem;                   /* ~1152 px */
}

._header_g7dhy_15 {
  text-align: center;
  margin-bottom: 2.5rem;
}

._headerContent_g7dhy_20 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

._header_g7dhy_15 h1 {
  font-size: 2.25rem;                 /* text-4xl */
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

._swaggerLink_g7dhy_35 {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

._swaggerLink_g7dhy_35:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
  color: white;
  text-decoration: none;
}

._swaggerLink_g7dhy_35:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  ._headerContent_g7dhy_20 {
    flex-direction: column;
    text-align: center;
  }
  
  ._header_g7dhy_15 h1 {
    font-size: 1.875rem; /* text-3xl */
  }
  
  ._swaggerLink_g7dhy_35 {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }
}

._card_g7dhy_76 {
  border: 1px solid rgb(229 231 235);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  padding: 2.5rem 2rem;               /* md:p-10 ≈ 2.5rem */
  box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

._totals_g7dhy_88 {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

._totalBox_g7dhy_95 {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;        
  background: rgba(240, 242, 245, 0.9);
}

._totalNumber_g7dhy_104 {
  font-size: 2.25rem;                 /* text-4xl */
  font-weight: 600;
  line-height: 1;
}

._totalLabel_g7dhy_110 {
  color: rgb(107 114 128);            /* muted */
}

._inputRow_g7dhy_114 {
  display: flex;
  gap: 1rem;
}

._inputWrap_g7dhy_119 {
  position: relative;
  flex: 1 1 auto;
}

._inputIcon_g7dhy_124 {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(107 114 128);
}

._input_g7dhy_114 {
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 3rem;
  font-size: 1.125rem;
  border: 1px solid rgb(209 213 219);
  border-radius: 0.75rem;
}

._input_g7dhy_114:focus {
  outline: none;
  border-color: rgb(59 130 246);
  box-shadow: 0 0 0 3px rgb(59 130 246 / 0.3);
}

._input_g7dhy_114:disabled {
  background-color: rgb(249 250 251);
  color: rgb(107 114 128);
  cursor: not-allowed;
  border-color: rgb(229 231 235);
}

._input_g7dhy_114:disabled::placeholder {
  color: rgb(156 163 175);
}

._helper_g7dhy_157 {
  color: rgb(107 114 128);
  text-align: center;
}

._error_g7dhy_162 {
  color: rgb(220 38 38);
  text-align: center;
}


._dateGrid_g7dhy_168 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  ._dateGrid_g7dhy_168 {
    grid-template-columns: repeat(2, 1fr);
  }
}

._dateLabel_g7dhy_180 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

._dateIcon_g7dhy_186 {
  color: rgb(107 114 128);
}

._dateInput_g7dhy_190 {
  flex: 1 1 auto;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  border: 1px solid rgb(209 213 219);
  border-radius: 0.75rem;
}

._dateInput_g7dhy_190:focus {
  outline: none;
  border-color: rgb(59 130 246);
  box-shadow: 0 0 0 3px rgb(59 130 246 / 0.3);
}

._chartWrap_g7dhy_204 {
  overflow: hidden;
  border: 1px solid rgb(229 231 235);
  border-radius: 1rem;
}

._grid_g7dhy_210 line {
  stroke: rgb(209 213 219);
}

._bar_g7dhy_214 {
  fill: rgb(37 99 235 / .8);
}

/* Daily Limits Section */
._limitsSection_g7dhy_219 {
  border-bottom: 1px solid rgb(229 231 235);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

._limitsSection_g7dhy_219 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  color: rgb(17 24 39);
}

._limitsGrid_g7dhy_232 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  ._limitsGrid_g7dhy_232 {
    grid-template-columns: repeat(2, 1fr);
  }
}

._limitCard_g7dhy_244 {
  border: 1px solid rgb(229 231 235);
  border-radius: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
}

._limitHeader_g7dhy_251 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

._limitIcon_g7dhy_258 {
  color: rgb(107 114 128);
}

._limitTitle_g7dhy_262 {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(17 24 39);
}

._limitContent_g7dhy_268 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._limitUsed_g7dhy_274 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(17 24 39);
}

._limitSubtitle_g7dhy_280 {
  font-size: 0.875rem;
  color: rgb(107 114 128);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

._limitRemaining_g7dhy_288 {
  font-size: 0.875rem;
  color: rgb(107 114 128);
  font-weight: 500;
}

/* Fast plan specific styling */
._limitCard_g7dhy_244:first-child {
  border-color: rgb(59 130 246);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 197, 253, 0.1) 100%);
}

._limitCard_g7dhy_244:first-child ._limitIcon_g7dhy_258 {
  color: rgb(59 130 246);
}

/* Pro plan specific styling */
._limitCard_g7dhy_244:last-child {
  border-color: rgb(168 85 247);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.05) 0%, rgba(196, 181, 253, 0.1) 100%);
}

._limitCard_g7dhy_244:last-child ._limitIcon_g7dhy_258 {
  color: rgb(168 85 247);
}

/* Support Section */
._supportSection_g7dhy_315 {
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid rgb(229 231 235);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  text-align: center;
}

._supportSection_g7dhy_315 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: rgb(17 24 39);
}

._supportText_g7dhy_332 {
  font-size: 1.125rem;
  color: rgb(107 114 128);
  margin: 0;
  line-height: 1.6;
}

._supportEmail_g7dhy_339 {
  color: rgb(59 130 246);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

._supportEmail_g7dhy_339:hover {
  color: rgb(37 99 235);
  text-decoration: underline;
}

._supportLink_g7dhy_351 {
  color: rgb(59 130 246);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

._supportLink_g7dhy_351:hover {
  color: rgb(37 99 235);
  text-decoration: underline;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._app_1bbfe_1 {
    display: grid;
    grid-template-columns: 288px 1fr;
    gap: 24px;
    margin: 32px 28px;
    min-height: calc(100vh - 64px); /* Account for top and bottom margins */
    position: relative;
}

._app__loggedOut_1bbfe_10 {
    grid-template-columns: 1fr;
}

._app__settings_1bbfe_14 {
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 32px auto;
}

@media (max-width: 768px) {
    ._aside_comtainer_1bbfe_21 {
        position: absolute;
        width: 100%;
        top: 0;
        height: 100vh;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.5s ease;
        z-index: 100;
    }

    ._show_aside_1bbfe_34 {
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        visibility: visible;
    }

    ._app_1bbfe_1 {
        grid-template-columns: 1fr;
        margin: 16px;
        min-height: calc(100vh - 32px); /* Account for reduced margins on mobile */
    }

    ._app__settings_1bbfe_14 {
        margin: 16px;
        max-width: none;
    }
}
._container_unry0_1 {
    background-color: #111111;
    padding: 40px 0 60px;
    color: #ffffff;
    width: 100%;
    margin-top: 50px;
}

._content_unry0_9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

._logoSection_unry0_18 {
    flex: 1;
    min-width: 200px;
}

._logo_unry0_18 {
    max-width: 80px;
    margin-bottom: 15px;
}

._copyright_unry0_28 {
    font-size: 11px;
    color: #ffffff;
}

._addressSection_unry0_33 {
    flex: 1;
    min-width: 200px;
}

._address_unry0_33 {
    font-size: 11px;
    color: #ffffff;
    line-height: 1.5;
}

._linksSection_unry0_44 {
    flex: 1;
    min-width: 200px;
    display: flex;
    gap: 30px;
}

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

._link_unry0_44 {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s;
}

._link_unry0_44:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    ._container_unry0_1 {
        padding: 30px 0;
        margin-top: 100px;
    }
    
    ._content_unry0_9 {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    ._logoSection_unry0_18,
    ._addressSection_unry0_33,
    ._linksSection_unry0_44 {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
    }

    ._linksSection_unry0_44 {
        display: flex;
        flex-direction: row;
        gap: 24px;
        width: 100%;
    }

    ._linksColumn_unry0_51 {
        flex: 1;
        min-width: 0;
        gap: 12px;
    }
}