
  button.svelte-1i29ieh {
    border-radius: 8px;
    border: none;
    cursor: pointer;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    height: 52px; /* Se mantiene la altura */
  }

  /* --- ESTILOS PARA PRIMARY --- */
  .primary.default.svelte-1i29ieh {
    background-color: #3a39ff;
    color: white;
  }

  .primary.focused.svelte-1i29ieh {
    background-color: #3a39ff;
    box-shadow: 0px 0px 4px 2px rgba(58, 57, 255, 0.5);
    color: white;
  }

  .primary.pressed.svelte-1i29ieh {
    background-color: #3c17e1;
    color: white;
  }

  .primary.disabled.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    color: rgba(58, 57, 255, 0.5);
    cursor: not-allowed;
  }

  .text.default.svelte-1i29ieh {
    background-color: transparent;
    color: #3a39ff;
    width: 100px;
  }

  .text.focused.svelte-1i29ieh {
    background-color: transparent;
    color: #3a39ff;
    width: 100px;
  }

  .text.pressed.svelte-1i29ieh {
    background-color: transparent;
    color: #3a39ff;
    width: 100px;
  }

  .text.disabled.svelte-1i29ieh {
    background-color: transparent;
    color: #3a39ff;
    cursor: not-allowed;
    width: 100px;
  }


.text.focused.svelte-1i29ieh,
.text.pressed.svelte-1i29ieh,
.text.default.svelte-1i29ieh,
.text.focused.svelte-1i29ieh,
.text.pressed.svelte-1i29ieh,
.text.disabled.svelte-1i29ieh {
  display: inline;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  background: none;
  border: none;
  color: #3a39ff;
  cursor: pointer;
}
  /* --- ESTILOS PARA SECONDARY --- */
  .secondary-alternative-text.default.svelte-1i29ieh {
    background-color: transparent;
    color: #3c17e1;
  }

  .secondary-alternative-text.focused.svelte-1i29ieh {
    background-color: transparent;
    box-shadow: 0px 0px 4px 2px rgba(58, 57, 255, 0.5);
    color: #3c17e1;
  }

  .secondary-alternative-text.pressed.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.2);
    color: #3c17e1;
  }

  .secondary-alternative-text.disabled.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    color: rgba(58, 57, 255, 0.5);
    cursor: not-allowed;
  }
  .secondary-alternative.default.svelte-1i29ieh {
    background-color: transparent;
    color: #3c17e1;
    border: 2px solid #3c17e1;
  }

  .secondary-alternative.focused.svelte-1i29ieh {
    background-color: transparent;
    box-shadow: 0px 0px 4px 2px rgba(58, 57, 255, 0.5);
    color: #3c17e1;
    border: 2px solid #000000;
  }

  .secondary-alternative.pressed.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.2);
    color: #3c17e1;
    border: 2px solid #000000;
  }

  .secondary-alternative.disabled.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    color: rgba(58, 57, 255, 0.5);
    border: 2px solid rgba(58, 57, 255, 0.3);
    cursor: not-allowed;
  }

  .secondary.default.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    color: #3a39ff;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
  }
  .secondary.default.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    color: #3a39ff;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
  }

  .secondary.focused.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    box-shadow: 0px 0px 4px 4px rgba(58, 57, 255, 0.3);
    color: #3a39ff;
    border: 2px solid #3a39ff;
  }

  .secondary.pressed.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.2);
    color: #3a39ff;
    border: 2px solid #3a39ff;
  }

  .secondary.disabled.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.05);
    color: rgba(58, 57, 255, 0.5);
    border: 2px solid rgba(58, 57, 255, 0.2);
    cursor: not-allowed;
  }

  .secondary.focused.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.1);
    box-shadow: 0px 0px 4px 4px rgba(58, 57, 255, 0.3);
    color: #3a39ff;
    border: 2px solid #3a39ff;
  }

  .secondary.pressed.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.2);
    color: #000000;
    border: 2px solid #000000;
  }

  .secondary.disabled.svelte-1i29ieh {
    background-color: rgba(58, 57, 255, 0.05);
    color: rgba(58, 57, 255, 0.5);
    border: 2px solid rgba(58, 57, 255, 0.2);
    cursor: not-allowed;
  }

  .default.svelte-1i29ieh:hover,
  .focused.svelte-1i29ieh:hover,
  .pressed.svelte-1i29ieh:hover {
    opacity: 0.9;
  }

 

  .loader.svelte-1i29ieh {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: svelte-1i29ieh-spin 0.8s linear infinite;
}

@keyframes svelte-1i29ieh-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


  .button-container.svelte-1ekq2q3 {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  @media (max-width: 600px) {
    .button-container.svelte-1ekq2q3 {
      flex-direction: column;
      gap: 12px;
    }
  }


  .title.svelte-1h9cui1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }

  main.svelte-1h9cui1 {
    max-width: 600px !important;
  }


  :root {
    --sc-dot-size: 6px;
    --sc-active-dot-size: 8px;
    --sc-dot-size-animation-time: 250ms;
  }

  .sc-carousel-dot__dot.svelte-yu7247 {
    background-color: var(--sc-color-rgb-light);
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    transition:
      opacity 100ms ease,
      height var(--sc-dot-size-animation-time) ease,
      width var(--sc-dot-size-animation-time) ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;

    height: var(--sc-dot-size);
    width: var(--sc-dot-size);
  }
  .sc-carousel-dot__dot.svelte-yu7247:hover {
    opacity: 0.9;
  }
  .sc-carousel-dot__dot_active.svelte-yu7247 {
    opacity: 0.7;

    height: var(--sc-active-dot-size);
    width: var(--sc-active-dot-size);
  }


  .sc-carousel-dots__container.svelte-1oj5bge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .sc-carousel-dots__dot-container.svelte-1oj5bge {
    height: calc(var(--sc-dot-size) + 14px);
    width: calc(var(--sc-dot-size) + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }


  :root {
    --sc-arrow-size: 2px;
  }
  .sc-carousel-arrow__circle.svelte-9ztt4p {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--sc-color-rgb-light-50p);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 100ms ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .sc-carousel-arrow__circle.svelte-9ztt4p:hover {
    opacity: 0.9;
  }
  .sc-carousel-arrow__arrow.svelte-9ztt4p {
    border: solid var(--sc-color-hex-dark);
    border-width: 0 var(--sc-arrow-size) var(--sc-arrow-size) 0;
    padding: var(--sc-arrow-size);
    position: relative;
  }
  .sc-carousel-arrow__arrow-next.svelte-9ztt4p {
    transform: rotate(-45deg);
    left: calc(var(--sc-arrow-size) / -2);
  }
  .sc-carousel-arrow__arrow-prev.svelte-9ztt4p {
    transform: rotate(135deg);
    right: calc(var(--sc-arrow-size) / -2);
  }
  .sc-carousel-arrow__circle_disabled.svelte-9ztt4p,
  .sc-carousel-arrow__circle_disabled.svelte-9ztt4p:hover {
    opacity: 0.5;
  }


  .sc-carousel-progress__indicator.svelte-nuyenl {
    height: 100%;
    background-color: var(--sc-color-hex-dark-50p);
  }


  :root {
    --sc-color-rgb-light-50p: rgba(93, 93, 93, 0.5);
    --sc-color-rgb-light: #5d5d5d;
    --sc-color-hex-dark-50p: rgba(30, 30, 30, 0.5);
    --sc-color-hex-dark: #1e1e1e;
  }
  .sc-carousel__carousel-container.svelte-uwo0yk {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sc-carousel__content-container.svelte-uwo0yk {
    position: relative;
    display: flex;
    width: 100%;
  }
  .sc-carousel__pages-window.svelte-uwo0yk {
    flex: 1;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }
  .sc-carousel__pages-container.svelte-uwo0yk {
    width: 100%;
    display: flex; /* to put child elements in one row */
    transition-property: transform;
  }
  .sc-carousel__arrow-container.svelte-uwo0yk {
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sc-carousel-progress__container.svelte-uwo0yk {
    width: 100%;
    height: 5px;
    background-color: var(--sc-color-rgb-light-50p);
    position: absolute;
    bottom: 0;
  }
  .sc-carousel-button {
    all: unset;
    cursor: pointer;
  }
  .sc-carousel-button:focus {
    outline: 5px auto;
  }


  .image-container.svelte-3yw5f5 {
    width: 40%;
    height: 100vh;
    position: relative;
    display: flex;
  }

  .carousel-slide.svelte-3yw5f5 {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .carousel-image.svelte-3yw5f5 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .overlay-text.svelte-3yw5f5 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw;
    font-weight: 900;
    text-align: center;
    width: 100%;
    z-index: 10;
    white-space: pre-line;
  }

  .overlay-icon.svelte-3yw5f5 {
    position: absolute;
    top: 5%;
    right: 40%;
    transform: translateX(-50%);
    z-index: 15;
    padding: 10px 20px;
  }

  .overlay-icon.svelte-3yw5f5 img:where(.svelte-3yw5f5) {
    height: 50px;
    max-width: 100%;
    max-height: 100%;
  }
  /* RESPONSIVE */

  @media (max-width: 1400px) {
    .arrow-icon.svelte-3yw5f5 {
      width: 150px;
    }
  }

  @media (max-width: 1050px) and (min-width: 1000px) {
    .overlay-icon.svelte-3yw5f5 img:where(.svelte-3yw5f5) {
      height: 40px;
      padding: 5px 0px;
      width: 100% !important;
    }
  }

  @media (max-width: 1024px) {
    .image-container.svelte-3yw5f5 {
      width: 100%;
      height: auto;
    }

    .carousel-slide.svelte-3yw5f5 {
      height: auto;
    }

    .carousel-image.svelte-3yw5f5 {
      width: 100%;
      max-width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
    }
    .overlay-text.svelte-3yw5f5 {
      font-size: 5vw;
      top: 85%;
    }

    .overlay-icon.svelte-3yw5f5 {
      top: 10%;
      left: 50%;
      transform: translateX(-50%);
      width: 1000px !important;
    }

    .overlay-icon.svelte-3yw5f5 img:where(.svelte-3yw5f5) {
      height: 100px;
      padding: 0px 0px;
      width: 50% !important;
    }
  }

  @media (max-width: 768px) {
    .overlay-text.svelte-3yw5f5 {
      font-size: 6vw;
    }

    .overlay-icon.svelte-3yw5f5 img:where(.svelte-3yw5f5) {
      height: 100px;
      padding: 0px 0px;
    }
  }

  @media (max-width: 550px) {
    .overlay-icon.svelte-3yw5f5 img:where(.svelte-3yw5f5) {
      height: 100px;
      padding: 0px 0px;
    }
  }

  @media (max-width: 420px) {
    .overlay-icon.svelte-3yw5f5 img:where(.svelte-3yw5f5) {
      height: 100px;
      padding: 0px 0px;
      width: 40% !important;
    }
  }


  .container.svelte-qqdf3b {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
  }

  .content.svelte-qqdf3b {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
  }

  @media (max-width: 1024px) {
    .container.svelte-qqdf3b {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: auto;
      min-height: 100vh;
    }
    .content.svelte-qqdf3b {
      width: 100%;
      padding: 20px;
    }
  }


  .navbar.svelte-zhsi8t {
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center; 
    align-items: center;     
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0; 
    text-align: center;
  }

  .navbar-title.svelte-zhsi8t {
    font-weight: bold;
    text-transform: uppercase;
    color: black;
  }

  @media (max-width: 1024px) {
    .navbar.svelte-zhsi8t {
      width: 100%;
      right: 0;
      left: 0;
    }
  }


  .spacer.svelte-1tzhaxg {
    display: flex;
    width: 100%;
  }


  .textfield-container.svelte-4ezqpv {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 327px;
  }

  label.svelte-4ezqpv {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
  }

  .password-wrapper.svelte-4ezqpv {
    position: relative;
    width: 100%;
  }

  input.svelte-4ezqpv {
    width: 100%;
    height: 52px;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
  }

  .toggle-button.svelte-4ezqpv {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
  }

  .toggle-button.svelte-4ezqpv svg:where(.svelte-4ezqpv) {
    width: 24px;
    height: 24px;
  }

  /* --- ESTILO DEFAULT --- */
  .default.svelte-4ezqpv input:where(.svelte-4ezqpv) {
    background-color: rgba(58, 57, 255, 0.1);
  }

  /* --- ESTILO FOCUSED --- */
  .focused.svelte-4ezqpv input:where(.svelte-4ezqpv) {
    background-color: transparent;
    border: 2px solid #3a39ff;
  }

  /* --- ESTILO ERROR --- */
  .error.svelte-4ezqpv input:where(.svelte-4ezqpv) {
    background-color: transparent;
    border: 2px solid red;
  }

  .error-message.svelte-4ezqpv {
    font-size: 12px;
    color: red;
  }

  /* --- ESTILO DISABLED --- */
  .disabled.svelte-4ezqpv input:where(.svelte-4ezqpv) {
    background-color: rgba(58, 57, 255, 0.05);
    cursor: not-allowed;
  }

  .disabled.svelte-4ezqpv label:where(.svelte-4ezqpv) {
    color: rgba(0, 0, 0, 0.5);
  }

  .disabled.svelte-4ezqpv .toggle-button:where(.svelte-4ezqpv) {
    cursor: not-allowed;
    opacity: 0.5;
  }


  .textfield-container.svelte-148sn9y {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 327px;
  }

  label.svelte-148sn9y {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
  }

  input.svelte-148sn9y {
    width: 100%;
    height: 52px;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
  }

  /* --- ESTADO DEFAULT --- */
  .default.svelte-148sn9y input:where(.svelte-148sn9y) {
    background-color: rgba(58, 57, 255, 0.1); /* 10% de opacidad */
  }

  /* --- ESTADO FOCUSED --- */
  .focused.svelte-148sn9y input:where(.svelte-148sn9y) {
    background-color: transparent;
    border: 2px solid #3a39ff;
  }

  /* --- ESTADO ERROR --- */
  .error.svelte-148sn9y input:where(.svelte-148sn9y) {
    background-color: transparent;
    border: 2px solid red;
  }

  .error-message.svelte-148sn9y {
    font-size: 12px;
    color: red;
  }

  /* --- ESTADO DISABLED --- */
  .disabled.svelte-148sn9y input:where(.svelte-148sn9y) {
    background-color: rgba(58, 57, 255, 0.05);
    cursor: not-allowed;
  }

  .disabled.svelte-148sn9y label:where(.svelte-148sn9y) {
    color: rgba(0, 0, 0, 0.5);
  }


  .forgot-password.svelte-mgfs9j {
    min-height: 1.5em;
  }

  .forgot-password.svelte-mgfs9j {
    font-family: 'Satoshi Variable', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #3a39ff;
    text-align: right;
    height: 10px;
  }


  .no-account-container.svelte-n7mys8 {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .no-account-text.svelte-n7mys8 {
    font-family: 'Satoshi Variable', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
  }


  .box.svelte-k7s8bb {
    width: 80%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 16px auto;
  }

  @media (max-width: 430px) {
    .box.svelte-k7s8bb {
      width: 100%;
    }
  }


  .container.svelte-120vywf {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
  }
  .content.svelte-120vywf {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
  }
  .error-container.svelte-120vywf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    height: auto;
    gap: 10px;
  }
  @media (max-width: 1024px) {
    .container.svelte-120vywf {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: auto;
      min-height: 100vh;
    }

    .content.svelte-120vywf {
      width: 100%;
      padding: 20px;
    }
  }


  .modal-overlay.svelte-14f77lq {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .modal-container.svelte-14f77lq {
    background: white;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    width: 320px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .modal-icon.svelte-14f77lq {
    font-size: 24px;
    background: #f3f3ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    color: #3a39ff;
  }

  .modal-text.svelte-14f77lq {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
  }

  .modal-actions.svelte-14f77lq {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .modal-button.svelte-14f77lq {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    border: none;
  }

  .primary.svelte-14f77lq {
    background: #3a39ff;
    color: white;
  }

  .secondary.svelte-14f77lq {
    background: #f0f0ff;
    color: #3a39ff;
  }

  .secondary.svelte-14f77lq:hover {
    background: #e0e0ff;
  }


  .icon-container.svelte-1vksz5q {
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .title.svelte-el6qa4 {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }


  .small-text.svelte-1rlzdza {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
  }
  .title.svelte-1rlzdza {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }




  .error-card.svelte-8kmm7u {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    text-align: center;
    max-width: 450px;
    width: 100%;
    animation: svelte-8kmm7u-fadeIn 0.4s ease-in-out;
  }

  .error-icon.svelte-8kmm7u {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .error-title.svelte-8kmm7u {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
  }

  .error-subtitle.svelte-8kmm7u {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
  }

  .exit-button.svelte-8kmm7u {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  }

 
  @keyframes svelte-8kmm7u-fadeIn {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  .container.svelte-1n4lkzm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }


  .navbar.svelte-9y8p5z {
    width: 649px;
    height: 48px;
    margin-top: 40px;
    border-radius: 24px;
    background: rgba(58, 57, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    backdrop-filter: blur(30px);
  }

  .title.svelte-9y8p5z {
    font-size: 16px;
    font-weight: 700;
    color: black;
    flex-grow: 1;
    text-align: center;
  }


  .payment-options.svelte-1kwui39 {
    width: 326px;
    min-height: 392px;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(58, 57, 255, 0.2);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0px 3px 0px 2px #d8d7ff;
  }

  .payment-item.svelte-1kwui39 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s;
  }

  .payment-item.svelte-1kwui39:last-child {
    border-bottom: none;
  }

  .payment-item.selected.svelte-1kwui39 {
    background: rgba(58, 57, 255, 0.1);
    border-radius: 8px;
  }

  .payment-info.svelte-1kwui39 {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .payments.svelte-1kwui39 {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Satoshi Variable', sans-serif;
    color: #000;
    text-align: left;
  }

  .skeleton.svelte-1kwui39 {
    pointer-events: none;
  }

  .skeleton-line.svelte-1kwui39 {
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: svelte-1kwui39-shimmer 1.2s infinite;
    border-radius: 4px;
  }

  .skeleton-line.short.svelte-1kwui39 {
    width: 80px;
    height: 12px;
  }

  .skeleton-line.medium.svelte-1kwui39 {
    width: 100px;
    height: 20px;
  }

  .skeleton-line.tiny.svelte-1kwui39 {
    width: 40px;
    height: 12px;
  }

  @keyframes svelte-1kwui39-shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }

  .amount-container.svelte-1kwui39 {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }

  .amount.svelte-1kwui39 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Satoshi Variable', sans-serif;
    color: #000;
  }

  .frequency.svelte-1kwui39 {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Satoshi Variable', sans-serif;
    color: #666;
  }

  .interest-banner.svelte-1kwui39 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a39ff;
    border-radius: 11px;
    padding: 3px 8px;
    height: 21px;
  }

  .interest-text.svelte-1kwui39 {
    font-size: 10px;
    font-family: 'Satoshi Variable', sans-serif;
    color: #fff;
    text-align: right;
  }

  .reload-button.svelte-1kwui39 svg:where(.svelte-1kwui39) {
    width: 48px;
    height: 48px;
    display: block;
  }
  .reload-button.svelte-1kwui39 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    margin-top: 24px;
    color: #999;
    transition: transform 0.2s ease;
    outline: none;
    color: transparent;
    background-color: transparent;
  }

  .reload-button.svelte-1kwui39:focus,
  .reload-button.svelte-1kwui39:active {
    outline: none;
    box-shadow: none;
    color: transparent;
    background-color: transparent;
  }

  .reload-button.svelte-1kwui39:hover {
    transform: none;
  }

  .reload-button.svelte-1kwui39:hover {
    transform: scale(1.05);
  }

  .reload-button.svelte-1kwui39 svg:where(.svelte-1kwui39) {
    width: 48px;
    height: 48px;
    color: #3a39ff;
  }
  .error-subtext.svelte-1kwui39 {
    font-size: 14px;
    color: #666;
    font-family: 'Satoshi Variable', sans-serif;
  }


  .title.svelte-1vydf35 {
    font-size: clamp(22px, 5vw, 26px);
    font-weight: bold;
    margin-bottom: 10px;
  }

  .subtitle.svelte-1vydf35 {
    font-size: clamp(16px, 4vw, 18px);
    margin-bottom: 20px;
  }


  .info-text.svelte-rxvr0n {
    font-size: clamp(14px, 3.5vw, 16px);
    margin: 10px 0;
    text-align: center;
  }


  .container.svelte-32ufq7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .top-bar-container.svelte-32ufq7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-32ufq7 {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  @media (max-width: 480px) {
    .container.svelte-32ufq7 {
      padding: 15px;
    }
  }


  .summary-container.svelte-1wvytjh {
    width: 100%;
    max-width: 350px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e0ff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .summary-header.svelte-1wvytjh {
    background: #f3f3ff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .summary-payments.svelte-1wvytjh {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: left;
  }

  .summary-amount.svelte-1wvytjh {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }

  .amount.svelte-1wvytjh {
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }

  .frequency.svelte-1wvytjh {
    font-size: 14px;
    color: #666;
  }

  .summary-body.svelte-1wvytjh {
    padding: 16px;
    display: flex;
    flex-direction: column;
  }

  .row.svelte-1wvytjh {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
  }

  .right.svelte-1wvytjh {
    font-weight: bold;
  }

  .total-row.svelte-1wvytjh {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }


  .summary-container.svelte-p1w2yn {
    width: 100%;
    max-width: 350px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e0ff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .summary-header.svelte-p1w2yn {
    background: #f3f3ff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .summary-payments.svelte-p1w2yn {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: left;
  }

  .summary-amount.svelte-p1w2yn {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }

  .amount.svelte-p1w2yn {
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }

  .frequency.svelte-p1w2yn {
    font-size: 14px;
    color: #666;
  }

  .summary-body.svelte-p1w2yn {
    padding: 16px;
    display: flex;
    flex-direction: column;
  }

  .row.svelte-p1w2yn {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
  }

  .right.svelte-p1w2yn {
    font-weight: bold;
  }

  .total-row.svelte-p1w2yn {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }


  .container-buttons.svelte-77pxqa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    gap: 20px;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .container-buttons.svelte-77pxqa {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
  }


  .title.svelte-1k30j6a {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .subtitle.svelte-1k30j6a {
    font-size: 18px;
    margin-bottom: 30px;
  }


  .info-text.svelte-t2m8de {
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    max-width: 700px;
  }


  .container.svelte-12h0h6n {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    height: 100hv;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .loader-wrapper.svelte-12h0h6n {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  width: 100%;
}
  .top-bar-container.svelte-12h0h6n {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-12h0h6n {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  @media (max-width: 768px) {
    .container.svelte-12h0h6n {
      padding: 20px;
    }
  }


  .otp-container.svelte-cbj1mx {
    display: flex;
    gap: 10px;
  }

  .otp-box.svelte-cbj1mx {
    width: 70px;
    height: 80px;
    border-radius: 12px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    border: 2px solid transparent;
    background: rgba(58, 57, 255, 0.07);
    outline: none;
    transition: all 0.3s ease;
  }

  .otp-box.svelte-cbj1mx:disabled {
  background-color: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
}

  .otp-box.svelte-cbj1mx:focus {
    border-color: #3a39ff;
    background: white;
  }


  .container-resend.svelte-ymbf4c {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
  }


  .title.svelte-pk7p00 {
    font-size: 26px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
  }

  .subtitle.svelte-pk7p00 {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }


  .container.svelte-doezcd {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .loader-wrapper.svelte-doezcd {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
  }

  .top-bar-container.svelte-doezcd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-doezcd {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }


  .iframe-wrapper.svelte-1qlmcjv {
    position: relative;
    width: 100%;
    height: 80vh;
  }

  .webview.svelte-1qlmcjv {
    width: 100%;
    height: 100%;
    border: none;
  }

  .click-catcher.svelte-1qlmcjv {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;
    cursor: pointer;
  }

  .loader-wrapper.svelte-1qlmcjv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
    background-color: #f0f1f4;
  }

  p.svelte-1qlmcjv {
    margin: 1rem;
    font-size: 1rem;
  }


  .title.svelte-65hbnt {
    font-size: 26px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
  }


  .container.svelte-1c7fv38 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    height: 100vh;
  }
  .loader-wrapper.svelte-1c7fv38 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
  }
  .top-bar-container.svelte-1c7fv38 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-1c7fv38 {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }


  .title.svelte-el6qa4 {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }


  .container.svelte-1n4lkzm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }


  .lottie-wrapper.svelte-100dwln {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1000;
    pointer-events: none;
  }

  .lottie.svelte-100dwln {
    min-width: 350px;
    min-height: 350px;
    max-width: 350px;
    max-height: 350px;
    flex-shrink: 0;
  }


  .title.svelte-1p45hyd {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }

  @media (max-width: 768px) {
    .title.svelte-1p45hyd {
      font-size: 22px;
    }
  }

  @media (max-width: 480px) {
    .title.svelte-1p45hyd {
      font-size: 20px;
    }
  }


  .container.svelte-1olfubv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #8bf8b6;
    position: relative;
    overflow: hidden;
  }


  .container.svelte-154n04a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .small-text.svelte-154n04a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
  }

  .small-text-number.svelte-154n04a {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    color: #3a39ff;
  }

  .title.svelte-154n04a {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }

  .info-text.svelte-154n04a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2%;
  }

  .credit-alert.svelte-154n04a {
    background-color: white;
    color: #000;
    text-align: center;
    padding: 20px;
    max-width: 400px;
    margin: 40px auto;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid #ff4d4f;
    border-left: 3px solid #ff4d4f;
    border-right: 3px solid #ff4d4f;
    border-bottom: 5px solid #ff4d4f;
    border-radius: 12px;
    box-shadow: 0 2px 0 #ff4d4f;
  }


  .container.svelte-7cbbzq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .small-text.svelte-7cbbzq {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
  }

  .value-text.svelte-7cbbzq {
    font-size: 28px;
    margin: 0px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    font-family: sans-serif;
  }

  .title.svelte-7cbbzq {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }


  .container.svelte-ob1jv4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .small-text.svelte-ob1jv4 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
  }

  .loader-wrapper.svelte-ob1jv4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
  }

  .title.svelte-ob1jv4 {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: sans-serif;
  }

  .error-container.svelte-ob1jv4 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    color: #d32f2f;
  }


  .container.svelte-1n4lkzm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }


  .title.svelte-1qw6nk7 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  main.svelte-1qw6nk7 {
    max-width: 600px !important;
  }


  @media (max-width: 768px) {
    .download-button.svelte-1dk4ici {
      width: 100% !important;
    }
  }

  .download-button.svelte-1dk4ici {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #3a39ff;
    border: 1px solid #3a39ff;
    border-radius: 10px;
    padding: 10px;
    width: 192px;
    height: 40px;
    justify-content: center;
  }

  .arrow-icon.svelte-1dk4ici {
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(92%) saturate(2032%) hue-rotate(227deg) brightness(100%) contrast(98%);
  }


    .container.svelte-1ujsm7q {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100vh;
    }
  
    .content.svelte-1ujsm7q {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px;
    }
  
    .buttons-container.svelte-1ujsm7q {
      display: flex;
      gap: 20px;
      margin-top: 60px;
    }
  
    @media (max-width: 1024px) {
      .container.svelte-1ujsm7q {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        min-height: 100vh;
      }
  
      .content.svelte-1ujsm7q {
        width: 100%;
        padding: 20px;
      }
    }
  
    @media (max-width: 768px) {
      .buttons-container.svelte-1ujsm7q {
        flex-direction: column;
        align-items: center;
        width: 90%;
        gap: 15px;
        padding: 0;
      }
    }
  

  .container.svelte-1kq2h70 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .title.svelte-1kq2h70 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px 0;
    font-family: sans-serif;
  }

  .subtitle.svelte-1kq2h70 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: sans-serif;
    font-weight: 500;
  }

  .list-container.svelte-1kq2h70 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 327px;
    margin-bottom: 40px;
  }

  .list-item.svelte-1kq2h70 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .list-item.svelte-1kq2h70:not(:last-child) {
    border-bottom: 1px solid #00000033;
  }

  .list-item.svelte-1kq2h70 > :where(.svelte-1kq2h70) {
    font-weight: 500;
  }

  .list-item.svelte-1kq2h70 .list-item-title.bold:where(.svelte-1kq2h70) {
    font-weight: 700 !important;
  }

  .disclaimer.svelte-1kq2h70 {
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: sans-serif;
    font-weight: 400;
    max-width: 327px;
    letter-spacing: 0px;
    line-height: 150%;
  }


  main.svelte-s25j13 {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

