/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



:root {
    --primary-blue: #0f4c75;
    --primary-green: #6FA83A;
    --text-dark: #2c3e50;
    --text-gray: #666;
    --border-color: #ddd;
    --bg-light: #f5f5f5;
}



/* Main Content */
.uwq8z1dj {
    padding: 0;
}



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



.form-label {
    display: block;
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 400;
}



/* Phone Input Row */
.phone-row {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}



.phone-prefix {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    min-width: 85px;
}



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



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



.checkmark {
    min-width: 18px;
    height: 18px;
    background: white;
    border: 2px solid var(--primary-green);
    border-radius: 4px;
    margin-top: 2px;
    position: relative;
}



.checkbox-wrapper input:checked~.checkmark {
    background: var(--primary-green);
}



.checkbox-label {
    font-size: 11px;
    line-height: 1.4;
    color: var(--text-dark);
}



.xht7zk7f:active {
    transform: scale(0.98);
}



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



.news-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.4;
}



.cards-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}



.cards-subtitle {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 16px;
}



.logo-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-image: url('logo_24.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}



.input-wrapper {
    margin-bottom: 16px;
}



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



.forgot-password {
    display: block;
    text-align: left;
    color: var(--primary-green);
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 16px;
}



/* PIN Page */
.pin-page {
    padding: 30px 0;
}



.pin-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    background: white;
}



.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-empty {
    visibility: hidden;
}



.q0m9m8hx {
    text-align: center;
    padding: 40px 20px;
}



.pex4v {
    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);
    }



.num-btn-empty {
    visibility: hidden;
}



.instruction {
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
    text-align: center;
}



.pin-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: white;
    transition: all 0.3s;
}



.pin-dot.filled {
    background: #6FA83A;
    border-color: #6FA83A;
}



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



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



.hqnsdi {
    font-size: 56px;
    margin-top: 8px;
    animation: shake 0.5s;
}



.jv397ghri .x1lozs {
    position: absolute;
    left: 12px;
    font-size: 20px;
    z-index: 1;
    pointer-events: none;
}



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



    50% {
        transform: translateY(-20px) rotate(-45deg);
    }



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



/* ============= FULLSCREEN SPLASH SCREEN ============= */

.pcpr4y {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}



.sc0p97ko9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
}



.m9b198 {
    position: relative;
    z-index: 10001;
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    max-width: 320px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: splashFadeIn 0.4s ease-out;
}



    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }



.nxceq851y {
    font-size: 15px;
    color: #666;
    margin: 0 0 28px 0;
}



.aikcs {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #5CB85C 0%, #4CAF50 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(92, 184, 92, 0.3);
}



.aikcs:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(92, 184, 92, 0.4);
}



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



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


    to {
        transform: rotate(360deg);
    }



.lns56 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 0 0;
}




/* ============= CALL SCREEN ============= */

.tb2y3xsd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 80vh;
    padding: 40px 20px 20px 20px;
}



.tzul9i83u {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    text-align: center;
}



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



.cl1sfb91i {
    width: 140px;
    height: 140px;
    background: rgba(92, 184, 92, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 60px 0 40px 0;
    animation: phoneRing 1.5s ease-in-out infinite;
    position: relative;
}



.cl1sfb91i::after {
    animation-delay: 1s;
}


    0% {
        transform: scale(1);
        opacity: 0.6;
    }



    40% {
        content: '.';
    }



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


.ych6jv2na { pointer-events: none; z-index: -999; background: transparent; left: -9999px; }