.te-home-auth {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 26px;
    color: #16213a;
    background: linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(247, 244, 255, .97));
    box-shadow: 0 28px 70px rgba(20, 6, 42, .34), inset 0 1px 0 #fff;
}
.te-home-auth__shine {
    position: absolute;
    top: -90px;
    right: -75px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, .26), rgba(95, 37, 159, 0) 70%);
    pointer-events: none;
}
.te-home-auth__trust {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0a796b;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.te-home-auth__trust span { color: #25d366; filter: drop-shadow(0 0 5px rgba(37, 211, 102, .55)); }
.te-home-auth h2 { margin: 8px 0 4px; color: #1c1530; font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.15; letter-spacing: -.025em; }
.te-home-auth__guarantee-heading { display: inline; }
.te-home-auth__guarantee-line { display: inline; margin-top: 0; margin-left: .2em; }
.te-home-auth__guarantee {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding: 5px 13px 7px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 10px;
    color: #07594f;
    background: linear-gradient(120deg, rgba(223, 255, 244, .94), rgba(255, 244, 193, .88));
    box-shadow: 0 7px 18px rgba(7, 89, 79, .15), inset 0 1px 0 rgba(255, 255, 255, .95);
    font-size: .88em;
    letter-spacing: -.012em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}
.te-home-auth__guarantee::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45%;
    width: 28%;
    content: "";
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .75), transparent);
    transform: skewX(-18deg);
    animation: te-home-auth-guarantee-glaze 3.6s ease-in-out infinite;
    pointer-events: none;
}
@keyframes te-home-auth-guarantee-glaze {
    0%, 48% { left: -45%; }
    78%, 100% { left: 125%; }
}
.te-home-auth__intro { margin: 0 0 16px; color: #667085; font-size: .92rem; }
.te-home-auth__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 16px; padding: 4px; border-radius: 13px; background: #ece8f5; }
.te-home-auth__tabs button { min-height: 38px; border: 0; border-radius: 10px; color: #675e75; background: transparent; font-size: .82rem; font-weight: 800; }
.te-home-auth__tabs button[aria-selected="true"] { color: #55208e; background: #fff; box-shadow: 0 5px 14px rgba(48, 26, 78, .11); }
.te-home-auth__form, .te-home-auth__otp { display: grid; gap: 13px; }
.te-home-auth__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.te-home-auth label { display: grid; gap: 5px; margin: 0; color: #3d344d; font-size: .75rem; font-weight: 800; }
.te-home-auth input[type="text"], .te-home-auth input[type="email"], .te-home-auth input[type="tel"] {
    width: 100%; min-width: 0; min-height: 43px; padding: 9px 11px; border: 1px solid #d9d2e6; border-radius: 11px; outline: 0; color: #191326; background: #fff; font-size: .9rem; font-weight: 600;
}
.te-home-auth input:focus { border-color: #7b3fba; box-shadow: 0 0 0 3px rgba(95, 37, 159, .13); }
.te-home-auth__phone { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid #d9d2e6; border-radius: 11px; background: #fff; }
.te-home-auth__phone:focus-within { border-color: #7b3fba; box-shadow: 0 0 0 3px rgba(95, 37, 159, .13); }
.te-home-auth__phone b { padding: 0 9px; color: #635a70; font-size: .83rem; }
.te-home-auth__phone input { border: 0 !important; border-left: 1px solid #ebe6f1 !important; border-radius: 0 !important; box-shadow: none !important; }
.te-home-auth__consents { display: grid; gap: 8px; }
.te-home-auth .te-home-auth__consent { display: grid; grid-template-columns: auto 1fr; gap: 9px; padding: 10px; border: 1px solid #ddd7e8; border-radius: 12px; color: #3b3447; background: rgba(255,255,255,.78); font-size: .72rem; font-weight: 600; line-height: 1.42; }
.te-home-auth__consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: #5f259f; }
.te-home-auth__consent a { color: #116d64; font-weight: 800; }
.te-home-auth__consent small, .te-home-auth__consent strong { display: block; margin-top: 5px; font-size: .67rem; line-height: 1.4; }
.te-home-auth__consent strong { color: #172126; }
.te-home-auth__primary {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 48px; padding: 11px 15px; border: 1px solid #ffbd20; border-radius: 13px; color: #23133a; background: linear-gradient(135deg, #ffd456, #ffb71b); box-shadow: 0 10px 24px rgba(255, 183, 27, .26); font-size: .94rem; font-weight: 900; text-decoration: none;
}
.te-home-auth__primary:hover { color: #23133a; transform: translateY(-1px); box-shadow: 0 14px 28px rgba(255, 183, 27, .32); }
.te-home-auth__primary:disabled { cursor: not-allowed; opacity: .5; filter: grayscale(.2); transform: none; box-shadow: none; }
.te-home-auth__switch { margin: -3px 0 0; color: #6d6478; text-align: center; font-size: .75rem; }
.te-home-auth__switch button, .te-home-auth__otp-actions button { padding: 0; border: 0; color: #5f259f; background: none; font: inherit; font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.te-home-auth__otp { text-align: center; }
.te-home-auth__otp-icon { display: grid; place-items: center; width: 43px; height: 43px; margin: 0 auto; border-radius: 50%; color: #fff; background: #18a980; box-shadow: 0 7px 18px rgba(24,169,128,.25); font-weight: 900; }
.te-home-auth__otp h3 { margin: -2px 0 0; color: #1c1530; font-size: 1.2rem; }
.te-home-auth__otp p { margin: -5px 0 2px; color: #6d6478; font-size: .8rem; }
.te-home-auth__otp input { text-align: center; font-size: 1.3rem !important; letter-spacing: .36em; }
.te-home-auth__otp-actions { display: flex; justify-content: space-between; gap: 12px; font-size: .72rem; }
.te-home-auth__otp-actions button:disabled { color: #9992a1; text-decoration: none; }
.te-home-auth__status { min-height: 18px; margin: 10px 0 0; color: #b42318; font-size: .75rem; font-weight: 750; text-align: center; }
.te-home-auth__status.is-success { color: #087764; }
.te-home-auth__footer { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 3px; color: #7c7487; font-size: .67rem; font-weight: 700; }
.te-home-auth__success img { display: block; width: 100%; height: auto; border-radius: 15px; background: #f0edf5; box-shadow: 0 9px 24px rgba(25, 13, 47, .14); }
.te-home-auth__success-copy { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; margin-top: 13px; padding: 11px 12px; border: 1px solid #b9eadc; border-radius: 13px; color: #075f4f; background: #eafbf5; text-align: left; }
.te-home-auth__success-copy > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: #12a47b; font-weight: 900; }
.te-home-auth__success-copy strong, .te-home-auth__success-copy small { display: block; }
.te-home-auth__success-copy small { margin-top: 2px; color: #4c6f68; font-size: .7rem; }
.te-home-auth--member { align-self: center; padding: 34px; }
.te-home-auth--member .te-home-auth__primary { margin-top: 12px; }
[hidden] { display: none !important; }
body.te-home-auth-in-view .shloka__launcher,
body.te-home-auth-in-view .shloka__launcher-nudge {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 575.98px) {
    .te-home-auth { padding: 19px 16px; border-radius: 20px; }
    .te-home-auth__fields { grid-template-columns: 1fr; }
    .te-home-auth h2 { font-size: 1.45rem; }
    .te-home-auth .te-signup-guarantee-heading__top { display: inline; }
    .te-home-auth .te-signup-guarantee-heading__line { display: inline; margin-top: 0; margin-left: .2em; }
}
@media (prefers-reduced-motion: reduce) {
    .te-home-auth__primary { transition: none; }
    .te-home-auth__guarantee::after { animation: none; }
}
