/* _content/SolverCF/Components/Auth/Pages/Login.razor.rz.scp.css */
.auth-container[b-3egkix1mqh] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); /* Account for navbar height */
}

.auth-card[b-3egkix1mqh] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
}

.auth-header[b-3egkix1mqh] {
    text-align: center;
    margin-bottom: 2rem;
}

    .auth-header h1[b-3egkix1mqh] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 0.8rem;
        letter-spacing: -0.02em;
    }

    .auth-header p[b-3egkix1mqh] {
        color: #5d5d8d;
        font-size: 1.05rem;
    }

.auth-form[b-3egkix1mqh] {
    width: 100%;
}

.form-group[b-3egkix1mqh] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-3egkix1mqh] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #404259;
    }

.input-with-icon[b-3egkix1mqh] {
    position: relative;
}

.input-icon[b-3egkix1mqh] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.auth-form input[type="text"][b-3egkix1mqh],
.auth-form input[type="email"][b-3egkix1mqh],
.auth-form input[type="password"][b-3egkix1mqh] {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fafafa;
}

.auth-form input:focus[b-3egkix1mqh] {
    outline: none;
    border-color: #F6821F;
    box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.15);
    background: #fff;
}

.form-options[b-3egkix1mqh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-3egkix1mqh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .remember-me input[type="checkbox"][b-3egkix1mqh] {
        accent-color: #F6821F;
        width: 16px;
        height: 16px;
    }

    .remember-me label[b-3egkix1mqh] {
        color: #5d5d8d;
        font-weight: 500;
        margin-bottom: 0;
    }

.forgot-link[b-3egkix1mqh] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .forgot-link:hover[b-3egkix1mqh] {
        color: #DB7219;
        text-decoration: underline;
    }

.btn-block[b-3egkix1mqh] {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary[b-3egkix1mqh] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    cursor: pointer;
    transition: all 0.25s;
}

    .btn-primary:hover[b-3egkix1mqh] {
        background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
        box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
        transform: translateY(-1px);
    }

.auth-divider[b-3egkix1mqh] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #5d5d8d;
}

    .auth-divider[b-3egkix1mqh]::before,
    .auth-divider[b-3egkix1mqh]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e8e8e8;
    }

    .auth-divider span[b-3egkix1mqh] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.social-auth[b-3egkix1mqh] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn[b-3egkix1mqh] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    color: #404259;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .social-btn:hover[b-3egkix1mqh] {
        background: #f9f9f9;
        transform: translateY(-1px);
    }

.auth-footer[b-3egkix1mqh] {
    text-align: center;
    color: #5d5d8d;
}

.auth-link[b-3egkix1mqh] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 600;
}

    .auth-link:hover[b-3egkix1mqh] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .auth-card[b-3egkix1mqh] {
        padding: 2rem 1.5rem;
    }

    .auth-header h1[b-3egkix1mqh] {
        font-size: 1.8rem;
    }

    .social-auth[b-3egkix1mqh] {
        flex-direction: column;
    }
}

.input-with-icon[b-3egkix1mqh] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[b-3egkix1mqh] {
        padding-right: 40px; /* chừa chỗ cho icon */
    }

.toggle-password[b-3egkix1mqh] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}
/* _content/SolverCF/Components/Auth/Pages/LoginGithub.razor.rz.scp.css */
.auth-container[b-no0jg53ygy] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); /* Account for navbar height */
}

.auth-card[b-no0jg53ygy] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
}

.auth-header[b-no0jg53ygy] {
    text-align: center;
    margin-bottom: 2rem;
}

    .auth-header h1[b-no0jg53ygy] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 0.8rem;
        letter-spacing: -0.02em;
    }

    .auth-header p[b-no0jg53ygy] {
        color: #5d5d8d;
        font-size: 1.05rem;
    }

.auth-form[b-no0jg53ygy] {
    width: 100%;
}

.form-group[b-no0jg53ygy] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-no0jg53ygy] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #404259;
    }

.input-with-icon[b-no0jg53ygy] {
    position: relative;
}

.input-icon[b-no0jg53ygy] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.auth-form input[type="text"][b-no0jg53ygy],
.auth-form input[type="email"][b-no0jg53ygy],
.auth-form input[type="password"][b-no0jg53ygy] {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fafafa;
}

.auth-form input:focus[b-no0jg53ygy] {
    outline: none;
    border-color: #F6821F;
    box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.15);
    background: #fff;
}

.form-options[b-no0jg53ygy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-no0jg53ygy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .remember-me input[type="checkbox"][b-no0jg53ygy] {
        accent-color: #F6821F;
        width: 16px;
        height: 16px;
    }

    .remember-me label[b-no0jg53ygy] {
        color: #5d5d8d;
        font-weight: 500;
        margin-bottom: 0;
    }

.forgot-link[b-no0jg53ygy] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .forgot-link:hover[b-no0jg53ygy] {
        color: #DB7219;
        text-decoration: underline;
    }

.btn-block[b-no0jg53ygy] {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary[b-no0jg53ygy] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    cursor: pointer;
    transition: all 0.25s;
}

    .btn-primary:hover[b-no0jg53ygy] {
        background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
        box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
        transform: translateY(-1px);
    }

.auth-divider[b-no0jg53ygy] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #5d5d8d;
}

    .auth-divider[b-no0jg53ygy]::before,
    .auth-divider[b-no0jg53ygy]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e8e8e8;
    }

    .auth-divider span[b-no0jg53ygy] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.social-auth[b-no0jg53ygy] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn[b-no0jg53ygy] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    color: #404259;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .social-btn:hover[b-no0jg53ygy] {
        background: #f9f9f9;
        transform: translateY(-1px);
    }

.auth-footer[b-no0jg53ygy] {
    text-align: center;
    color: #5d5d8d;
}

.auth-link[b-no0jg53ygy] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 600;
}

    .auth-link:hover[b-no0jg53ygy] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .auth-card[b-no0jg53ygy] {
        padding: 2rem 1.5rem;
    }

    .auth-header h1[b-no0jg53ygy] {
        font-size: 1.8rem;
    }

    .social-auth[b-no0jg53ygy] {
        flex-direction: column;
    }
}

.input-with-icon[b-no0jg53ygy] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[b-no0jg53ygy] {
        padding-right: 40px; /* chừa chỗ cho icon */
    }

.toggle-password[b-no0jg53ygy] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}
/* _content/SolverCF/Components/Auth/Pages/LoginGoogle.razor.rz.scp.css */
.auth-container[b-4iyiamsbq0] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); /* Account for navbar height */
}

.auth-card[b-4iyiamsbq0] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
}

.auth-header[b-4iyiamsbq0] {
    text-align: center;
    margin-bottom: 2rem;
}

    .auth-header h1[b-4iyiamsbq0] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 0.8rem;
        letter-spacing: -0.02em;
    }

    .auth-header p[b-4iyiamsbq0] {
        color: #5d5d8d;
        font-size: 1.05rem;
    }

.auth-form[b-4iyiamsbq0] {
    width: 100%;
}

.form-group[b-4iyiamsbq0] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-4iyiamsbq0] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #404259;
    }

.input-with-icon[b-4iyiamsbq0] {
    position: relative;
}

.input-icon[b-4iyiamsbq0] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.auth-form input[type="text"][b-4iyiamsbq0],
.auth-form input[type="email"][b-4iyiamsbq0],
.auth-form input[type="password"][b-4iyiamsbq0] {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fafafa;
}

.auth-form input:focus[b-4iyiamsbq0] {
    outline: none;
    border-color: #F6821F;
    box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.15);
    background: #fff;
}

.form-options[b-4iyiamsbq0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-4iyiamsbq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .remember-me input[type="checkbox"][b-4iyiamsbq0] {
        accent-color: #F6821F;
        width: 16px;
        height: 16px;
    }

    .remember-me label[b-4iyiamsbq0] {
        color: #5d5d8d;
        font-weight: 500;
        margin-bottom: 0;
    }

.forgot-link[b-4iyiamsbq0] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .forgot-link:hover[b-4iyiamsbq0] {
        color: #DB7219;
        text-decoration: underline;
    }

.btn-block[b-4iyiamsbq0] {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary[b-4iyiamsbq0] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    cursor: pointer;
    transition: all 0.25s;
}

    .btn-primary:hover[b-4iyiamsbq0] {
        background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
        box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
        transform: translateY(-1px);
    }

.auth-divider[b-4iyiamsbq0] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #5d5d8d;
}

    .auth-divider[b-4iyiamsbq0]::before,
    .auth-divider[b-4iyiamsbq0]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e8e8e8;
    }

    .auth-divider span[b-4iyiamsbq0] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.social-auth[b-4iyiamsbq0] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn[b-4iyiamsbq0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    color: #404259;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .social-btn:hover[b-4iyiamsbq0] {
        background: #f9f9f9;
        transform: translateY(-1px);
    }

.auth-footer[b-4iyiamsbq0] {
    text-align: center;
    color: #5d5d8d;
}

.auth-link[b-4iyiamsbq0] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 600;
}

    .auth-link:hover[b-4iyiamsbq0] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .auth-card[b-4iyiamsbq0] {
        padding: 2rem 1.5rem;
    }

    .auth-header h1[b-4iyiamsbq0] {
        font-size: 1.8rem;
    }

    .social-auth[b-4iyiamsbq0] {
        flex-direction: column;
    }
}

.input-with-icon[b-4iyiamsbq0] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[b-4iyiamsbq0] {
        padding-right: 40px; /* chừa chỗ cho icon */
    }

.toggle-password[b-4iyiamsbq0] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}
/* _content/SolverCF/Components/Auth/Pages/PasswordForgot.razor.rz.scp.css */
.auth-container[b-ny04yz6j5l] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); /* Account for navbar height */
}

.auth-card[b-ny04yz6j5l] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
}

.auth-header[b-ny04yz6j5l] {
    text-align: center;
    margin-bottom: 2rem;
}

    .auth-header h1[b-ny04yz6j5l] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 0.8rem;
        letter-spacing: -0.02em;
    }

    .auth-header p[b-ny04yz6j5l] {
        color: #5d5d8d;
        font-size: 1.05rem;
    }

.auth-form[b-ny04yz6j5l] {
    width: 100%;
}

.form-group[b-ny04yz6j5l] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-ny04yz6j5l] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #404259;
    }

.input-with-icon[b-ny04yz6j5l] {
    position: relative;
}

.input-icon[b-ny04yz6j5l] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.auth-form input[type="text"][b-ny04yz6j5l],
.auth-form input[type="email"][b-ny04yz6j5l],
.auth-form input[type="password"][b-ny04yz6j5l] {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fafafa;
}

.auth-form input:focus[b-ny04yz6j5l] {
    outline: none;
    border-color: #F6821F;
    box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.15);
    background: #fff;
}

.form-options[b-ny04yz6j5l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-ny04yz6j5l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .remember-me input[type="checkbox"][b-ny04yz6j5l] {
        accent-color: #F6821F;
        width: 16px;
        height: 16px;
    }

    .remember-me label[b-ny04yz6j5l] {
        color: #5d5d8d;
        font-weight: 500;
        margin-bottom: 0;
    }

.forgot-link[b-ny04yz6j5l] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .forgot-link:hover[b-ny04yz6j5l] {
        color: #DB7219;
        text-decoration: underline;
    }

.btn-block[b-ny04yz6j5l] {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary[b-ny04yz6j5l] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    cursor: pointer;
    transition: all 0.25s;
}

    .btn-primary:hover[b-ny04yz6j5l] {
        background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
        box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
        transform: translateY(-1px);
    }

.auth-divider[b-ny04yz6j5l] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #5d5d8d;
}

    .auth-divider[b-ny04yz6j5l]::before,
    .auth-divider[b-ny04yz6j5l]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e8e8e8;
    }

    .auth-divider span[b-ny04yz6j5l] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.social-auth[b-ny04yz6j5l] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn[b-ny04yz6j5l] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    color: #404259;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .social-btn:hover[b-ny04yz6j5l] {
        background: #f9f9f9;
        transform: translateY(-1px);
    }

.auth-footer[b-ny04yz6j5l] {
    text-align: center;
    color: #5d5d8d;
}

.auth-link[b-ny04yz6j5l] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 600;
}

    .auth-link:hover[b-ny04yz6j5l] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .auth-card[b-ny04yz6j5l] {
        padding: 2rem 1.5rem;
    }

    .auth-header h1[b-ny04yz6j5l] {
        font-size: 1.8rem;
    }

    .social-auth[b-ny04yz6j5l] {
        flex-direction: column;
    }
}

.input-with-icon[b-ny04yz6j5l] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[b-ny04yz6j5l] {
        padding-right: 40px; /* chừa chỗ cho icon */
    }

.toggle-password[b-ny04yz6j5l] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}
/* _content/SolverCF/Components/Auth/Pages/PasswordReset.razor.rz.scp.css */
.auth-container[b-mhkblnfbyj] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); /* Account for navbar height */
}

.auth-card[b-mhkblnfbyj] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
}

.auth-header[b-mhkblnfbyj] {
    text-align: center;
    margin-bottom: 2rem;
}

    .auth-header h1[b-mhkblnfbyj] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 0.8rem;
        letter-spacing: -0.02em;
    }

    .auth-header p[b-mhkblnfbyj] {
        color: #5d5d8d;
        font-size: 1.05rem;
    }

.auth-form[b-mhkblnfbyj] {
    width: 100%;
}

.form-group[b-mhkblnfbyj] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-mhkblnfbyj] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #404259;
    }

.input-with-icon[b-mhkblnfbyj] {
    position: relative;
}

.input-icon[b-mhkblnfbyj] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.auth-form input[type="text"][b-mhkblnfbyj],
.auth-form input[type="email"][b-mhkblnfbyj],
.auth-form input[type="password"][b-mhkblnfbyj] {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fafafa;
}

.auth-form input:focus[b-mhkblnfbyj] {
    outline: none;
    border-color: #F6821F;
    box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.15);
    background: #fff;
}

.form-options[b-mhkblnfbyj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-mhkblnfbyj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .remember-me input[type="checkbox"][b-mhkblnfbyj] {
        accent-color: #F6821F;
        width: 16px;
        height: 16px;
    }

    .remember-me label[b-mhkblnfbyj] {
        color: #5d5d8d;
        font-weight: 500;
        margin-bottom: 0;
    }

.forgot-link[b-mhkblnfbyj] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .forgot-link:hover[b-mhkblnfbyj] {
        color: #DB7219;
        text-decoration: underline;
    }

.btn-block[b-mhkblnfbyj] {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary[b-mhkblnfbyj] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    cursor: pointer;
    transition: all 0.25s;
}

    .btn-primary:hover[b-mhkblnfbyj] {
        background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
        box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
        transform: translateY(-1px);
    }

.auth-divider[b-mhkblnfbyj] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #5d5d8d;
}

    .auth-divider[b-mhkblnfbyj]::before,
    .auth-divider[b-mhkblnfbyj]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e8e8e8;
    }

    .auth-divider span[b-mhkblnfbyj] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.social-auth[b-mhkblnfbyj] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn[b-mhkblnfbyj] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    color: #404259;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .social-btn:hover[b-mhkblnfbyj] {
        background: #f9f9f9;
        transform: translateY(-1px);
    }

.auth-footer[b-mhkblnfbyj] {
    text-align: center;
    color: #5d5d8d;
}

.auth-link[b-mhkblnfbyj] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 600;
}

    .auth-link:hover[b-mhkblnfbyj] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .auth-card[b-mhkblnfbyj] {
        padding: 2rem 1.5rem;
    }

    .auth-header h1[b-mhkblnfbyj] {
        font-size: 1.8rem;
    }

    .social-auth[b-mhkblnfbyj] {
        flex-direction: column;
    }
}

.input-with-icon[b-mhkblnfbyj] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[b-mhkblnfbyj] {
        padding-right: 40px; /* chừa chỗ cho icon */
    }

.toggle-password[b-mhkblnfbyj] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}
/* _content/SolverCF/Components/Auth/Pages/Register.razor.rz.scp.css */
.auth-container[b-3woqbu3rrb] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); /* Account for navbar height */
}

.auth-card[b-3woqbu3rrb] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
}

.auth-header[b-3woqbu3rrb] {
    text-align: center;
    margin-bottom: 2rem;
}

    .auth-header h1[b-3woqbu3rrb] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 0.8rem;
        letter-spacing: -0.02em;
    }

    .auth-header p[b-3woqbu3rrb] {
        color: #5d5d8d;
        font-size: 1.05rem;
    }

.auth-form[b-3woqbu3rrb] {
    width: 100%;
}

.form-group[b-3woqbu3rrb] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-3woqbu3rrb] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #404259;
    }

.input-with-icon[b-3woqbu3rrb] {
    position: relative;
}

.input-icon[b-3woqbu3rrb] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.auth-form input[type="text"][b-3woqbu3rrb],
.auth-form input[type="email"][b-3woqbu3rrb],
.auth-form input[type="password"][b-3woqbu3rrb] {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fafafa;
}

.auth-form input:focus[b-3woqbu3rrb] {
    outline: none;
    border-color: #F6821F;
    box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.15);
    background: #fff;
}

.form-options[b-3woqbu3rrb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-3woqbu3rrb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .remember-me input[type="checkbox"][b-3woqbu3rrb] {
        accent-color: #F6821F;
        width: 16px;
        height: 16px;
    }

    .remember-me label[b-3woqbu3rrb] {
        color: #5d5d8d;
        font-weight: 500;
        margin-bottom: 0;
    }

.forgot-link[b-3woqbu3rrb] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .forgot-link:hover[b-3woqbu3rrb] {
        color: #DB7219;
        text-decoration: underline;
    }

.btn-block[b-3woqbu3rrb] {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary[b-3woqbu3rrb] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    cursor: pointer;
    transition: all 0.25s;
}

    .btn-primary:hover[b-3woqbu3rrb] {
        background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
        box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
        transform: translateY(-1px);
    }

.auth-divider[b-3woqbu3rrb] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #5d5d8d;
}

    .auth-divider[b-3woqbu3rrb]::before,
    .auth-divider[b-3woqbu3rrb]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e8e8e8;
    }

    .auth-divider span[b-3woqbu3rrb] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.social-auth[b-3woqbu3rrb] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-btn[b-3woqbu3rrb] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    color: #404259;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .social-btn:hover[b-3woqbu3rrb] {
        background: #f9f9f9;
        transform: translateY(-1px);
    }

.auth-footer[b-3woqbu3rrb] {
    text-align: center;
    color: #5d5d8d;
}

.auth-link[b-3woqbu3rrb] {
    color: #F6821F;
    text-decoration: none;
    font-weight: 600;
}

    .auth-link:hover[b-3woqbu3rrb] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .auth-card[b-3woqbu3rrb] {
        padding: 2rem 1.5rem;
    }

    .auth-header h1[b-3woqbu3rrb] {
        font-size: 1.8rem;
    }

    .social-auth[b-3woqbu3rrb] {
        flex-direction: column;
    }
}

.input-with-icon[b-3woqbu3rrb] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[b-3woqbu3rrb] {
        padding-right: 40px; /* chừa chỗ cho icon */
    }

.toggle-password[b-3woqbu3rrb] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}
/* _content/SolverCF/Components/Dashboard/Layout/DashboardLayout.razor.rz.scp.css */
/* Overall Container */
.home-container[b-j9uwxsypab] {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    color: #404259;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
}

/* Navigation Bar Center Container */
.navbar-center[b-j9uwxsypab] {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

/* Navigation Bar */
.top-navbar[b-j9uwxsypab] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(246, 130, 31, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #feecd9;
    backdrop-filter: blur(8px);
    height: 70px;
    transition: all 0.3s ease;
}

    /* Add scrolled class with JavaScript for enhanced UX */
    .top-navbar.scrolled[b-j9uwxsypab] {
        height: 62px;
        box-shadow: 0 4px 20px rgba(246, 130, 31, 0.15);
        background: rgba(255, 255, 255, 0.98);
    }

/* Account for fixed navbar */
.home-container[b-j9uwxsypab] {
    padding-top: 70px;
}

/* Navbar Left */
.navbar-left[b-j9uwxsypab] {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.brand[b-j9uwxsypab] {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #F6821F;
    text-decoration: none;
    gap: 0.65rem;
    letter-spacing: -0.01em;
    user-select: none;
    transition: color 0.2s;
}

.brand-logo svg[b-j9uwxsypab] {
    margin-top: -2px;
}

.brand:hover[b-j9uwxsypab] {
    color: #F68C3E;
}

/* Navbar Middle */
.navbar-middle[b-j9uwxsypab] {
    display: flex;
    gap: 1.8rem;
    flex: 1;
    justify-content: center;
    align-items: center;
}

    .navbar-middle .nav-link[b-j9uwxsypab] {
        color: #404259;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-radius: 6px;
        transition: all 0.2s;
        position: relative;
    }

        .navbar-middle .nav-link:hover[b-j9uwxsypab] {
            color: #F6821F;
            background: rgba(246, 130, 31, 0.06);
        }

.icon-menu[b-j9uwxsypab] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

/* Navbar Right */
.navbar-right[b-j9uwxsypab] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .navbar-right .btn[b-j9uwxsypab] {
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0.6rem 1.4rem;
        border-radius: 8px;
        transition: all 0.25s;
        outline: none;
        cursor: pointer;
        letter-spacing: -0.01em;
        border: none;
        display: inline-block;
    }

    .navbar-right .btn-outline[b-j9uwxsypab] {
        border: 1.5px solid #F6821F;
        color: #F6821F;
        background: transparent;
    }

        .navbar-right .btn-outline:hover[b-j9uwxsypab] {
            background: rgba(246, 130, 31, 0.06);
            color: #DB7219;
            transform: translateY(-1px);
        }

    .navbar-right .btn-primary[b-j9uwxsypab] {
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
        color: #fff;
        border: none;
        box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    }

        .navbar-right .btn-primary:hover[b-j9uwxsypab] {
            background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
            color: #fff;
            box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
            transform: translateY(-1px);
        }

/* Hero Section */
.hero-section[b-j9uwxsypab] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 2rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: none;
}

.hero-content[b-j9uwxsypab] {
    max-width: 580px;
    z-index: 1;
}

.hero-title[b-j9uwxsypab] {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.4rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: fade-in-b-j9uwxsypab 0.7s ease-out;
    letter-spacing: -0.02em;
}

.hero-subtitle[b-j9uwxsypab] {
    font-size: 1.22rem;
    margin-bottom: 2.2rem;
    color: #5d5d8d;
    line-height: 1.7;
    animation: fade-in-b-j9uwxsypab 1s ease-out;
    letter-spacing: -0.01em;
}

.hero-buttons[b-j9uwxsypab] {
    display: flex;
    gap: 1.1rem;
    margin-top: 2rem;
    animation: fade-in-b-j9uwxsypab 1.2s ease-out;
}

.btn[b-j9uwxsypab] {
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.btn-lg[b-j9uwxsypab] {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
}

/* Hero Visual Area */
.hero-visual[b-j9uwxsypab] {
    position: relative;
    width: 500px;
    height: 420px;
    margin-left: 2rem;
    animation: slow-fade-in-b-j9uwxsypab 1s ease-out;
}

.circle-background[b-j9uwxsypab] {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(246, 130, 31, 0.08) 0%, rgba(246, 140, 62, 0.15) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-b-j9uwxsypab 7s infinite alternate;
    z-index: 0;
}

@keyframes pulse-b-j9uwxsypab {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

.data-visualization[b-j9uwxsypab] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.data-point[b-j9uwxsypab] {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F6821F 60%, #F68C3E 100%);
    box-shadow: 0 0 20px rgba(246, 140, 62, 0.35);
    animation: float-b-j9uwxsypab 4s infinite alternate;
}

    .data-point.p1[b-j9uwxsypab] {
        top: 21%;
        left: 32%;
        animation-delay: 0s;
    }

    .data-point.p2[b-j9uwxsypab] {
        top: 69%;
        left: 20%;
        animation-delay: 0.45s;
    }

    .data-point.p3[b-j9uwxsypab] {
        top: 38%;
        left: 73%;
        animation-delay: 1s;
    }

    .data-point.p4[b-j9uwxsypab] {
        top: 81%;
        left: 58%;
        animation-delay: 1.5s;
    }

    .data-point.p5[b-j9uwxsypab] {
        top: 30%;
        left: 57%;
        animation-delay: 2s;
    }

.data-line[b-j9uwxsypab] {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 130, 31, 0.7) 0%, rgba(246, 140, 62, 0.1) 100%);
    opacity: 0.65;
    border-radius: 2px;
    transform-origin: left center;
}

    .data-line.l1[b-j9uwxsypab] {
        top: calc(21% + 9px);
        left: calc(32% + 9px);
        width: 180px;
        transform: rotate(25deg);
        animation: fade-in-b-j9uwxsypab 2s;
    }

    .data-line.l2[b-j9uwxsypab] {
        top: calc(69% + 9px);
        left: calc(20% + 9px);
        width: 240px;
        transform: rotate(-20deg);
        animation: fade-in-b-j9uwxsypab 2.2s;
    }

    .data-line.l3[b-j9uwxsypab] {
        top: calc(38% + 9px);
        left: calc(73% + 9px);
        width: 115px;
        transform: rotate(-60deg);
        animation: fade-in-b-j9uwxsypab 2.4s;
    }

    .data-line.l4[b-j9uwxsypab] {
        top: calc(30% + 9px);
        left: calc(57% + 9px);
        width: 135px;
        transform: rotate(45deg);
        animation: fade-in-b-j9uwxsypab 2.6s;
    }

@keyframes float-b-j9uwxsypab {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-15px) scale(1.15);
    }
}

@keyframes fade-in-b-j9uwxsypab {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slow-fade-in-b-j9uwxsypab {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Features Section */
.features-section[b-j9uwxsypab] {
    padding: 5rem 2rem 5.5rem;
    background: #fff;
    text-align: center;
}

.section-title[b-j9uwxsypab] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.features-grid[b-j9uwxsypab] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto;
}

.feature-card[b-j9uwxsypab] {
    background: #fffaf5;
    padding: 2.3rem 1.5rem 2.1rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(246, 130, 31, 0.07);
    transition: all 0.3s;
    border: 1.5px solid #feecd9;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover[b-j9uwxsypab] {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(246, 130, 31, 0.13);
        border-color: #FFCFA0;
    }

.feature-icon[b-j9uwxsypab] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #fff6ee 0%, #fffaf5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(246, 130, 31, 0.08);
}

.feature-card h3[b-j9uwxsypab] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #404259;
    letter-spacing: -0.01em;
}

.feature-card p[b-j9uwxsypab] {
    color: #5d5d8d;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stats Section */
.stats-section[b-j9uwxsypab] {
    padding: 3.2rem 2rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-item[b-j9uwxsypab] {
    text-align: center;
    color: #fff;
    min-width: 170px;
    flex: 1;
    position: relative;
    max-width: 220px;
}

.stat-icon[b-j9uwxsypab] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    min-height: 34px;
}

.stat-number[b-j9uwxsypab] {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
}

.stat-label[b-j9uwxsypab] {
    font-size: 1.1rem;
    opacity: 0.96;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* CTA Section */
.cta-section[b-j9uwxsypab] {
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #fffcfa 0%, #fff4ea 100%);
    text-align: center;
}

.cta-content[b-j9uwxsypab] {
    max-width: 720px;
    margin: 0 auto;
}

.cta-section h2[b-j9uwxsypab] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.cta-section p[b-j9uwxsypab] {
    font-size: 1.15rem;
    color: #5d5d8d;
    margin-bottom: 2.2rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1240px) {
    .hero-section[b-j9uwxsypab] {
        flex-direction: column;
        padding: 4rem 2rem 3rem;
        text-align: center;
    }

    .hero-content[b-j9uwxsypab] {
        max-width: 720px;
        margin-bottom: 3rem;
    }

    .hero-buttons[b-j9uwxsypab] {
        justify-content: center;
    }

    .hero-visual[b-j9uwxsypab] {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .navbar-center[b-j9uwxsypab] {
        flex-direction: column;
        padding: 0.8rem;
        height: auto;
    }

    .top-navbar[b-j9uwxsypab] {
        height: auto;
        padding: 0.6rem 0;
    }

    .navbar-left[b-j9uwxsypab] {
        margin-bottom: 0.7rem;
    }

    .navbar-middle[b-j9uwxsypab] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin: 0.5rem 0;
    }

    .navbar-right[b-j9uwxsypab] {
        margin-top: 0.7rem;
    }

    .hero-title[b-j9uwxsypab] {
        font-size: 2.5rem;
    }

    .features-grid[b-j9uwxsypab] {
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .navbar-middle[b-j9uwxsypab] {
        display: none; /* Consider adding a mobile menu button */
    }

    .navbar-center[b-j9uwxsypab] {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-left[b-j9uwxsypab], .navbar-right[b-j9uwxsypab] {
        margin: 0;
    }

    .hero-title[b-j9uwxsypab] {
        font-size: 2rem;
    }

    .hero-subtitle[b-j9uwxsypab] {
        font-size: 1.1rem;
    }

    .hero-buttons[b-j9uwxsypab] {
        flex-direction: column;
        gap: 1rem;
    }

        .hero-buttons .btn[b-j9uwxsypab] {
            width: 100%;
        }

    .stats-section[b-j9uwxsypab] {
        padding: 2rem 1rem;
        gap: 2rem 1rem;
    }

    .stat-item[b-j9uwxsypab] {
        flex-basis: 45%;
        min-width: 120px;
    }

    .cta-section h2[b-j9uwxsypab] {
        font-size: 1.8rem;
    }

    .cta-section p[b-j9uwxsypab] {
        font-size: 1rem;
    }
}
/* _content/SolverCF/Components/Dashboard/Layout/DashboardNav.razor.rz.scp.css */
/* Overall Container */
.home-container[b-vd6amzpw1w] {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    color: #404259;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
}

/* Navigation Bar Center Container */
.navbar-center[b-vd6amzpw1w] {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

/* Navigation Bar */
.top-navbar[b-vd6amzpw1w] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(246, 130, 31, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #feecd9;
    backdrop-filter: blur(8px);
    height: 70px;
    transition: all 0.3s ease;
}

    /* Add scrolled class with JavaScript for enhanced UX */
    .top-navbar.scrolled[b-vd6amzpw1w] {
        height: 62px;
        box-shadow: 0 4px 20px rgba(246, 130, 31, 0.15);
        background: rgba(255, 255, 255, 0.98);
    }

/* Account for fixed navbar */
.home-container[b-vd6amzpw1w] {
    padding-top: 70px;
}

/* Navbar Left */
.navbar-left[b-vd6amzpw1w] {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.brand[b-vd6amzpw1w] {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #F6821F;
    text-decoration: none;
    gap: 0.65rem;
    letter-spacing: -0.01em;
    user-select: none;
    transition: color 0.2s;
}

.brand-logo svg[b-vd6amzpw1w] {
    margin-top: -2px;
}

.brand:hover[b-vd6amzpw1w] {
    color: #F68C3E;
}

/* Navbar Middle */
.navbar-middle[b-vd6amzpw1w] {
    display: flex;
    gap: 1.8rem;
    flex: 1;
    justify-content: center;
    align-items: center;
}

    .navbar-middle .nav-link[b-vd6amzpw1w] {
        color: #404259;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-radius: 6px;
        transition: all 0.2s;
        position: relative;
    }

        .navbar-middle .nav-link:hover[b-vd6amzpw1w] {
            color: #F6821F;
            background: rgba(246, 130, 31, 0.06);
        }

.icon-menu[b-vd6amzpw1w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

/* Navbar Right */
.navbar-right[b-vd6amzpw1w] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .navbar-right .btn[b-vd6amzpw1w] {
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0.6rem 1.4rem;
        border-radius: 8px;
        transition: all 0.25s;
        outline: none;
        cursor: pointer;
        letter-spacing: -0.01em;
        border: none;
        display: inline-block;
    }

    .navbar-right .btn-outline[b-vd6amzpw1w] {
        border: 1.5px solid #F6821F;
        color: #F6821F;
        background: transparent;
    }

        .navbar-right .btn-outline:hover[b-vd6amzpw1w] {
            background: rgba(246, 130, 31, 0.06);
            color: #DB7219;
            transform: translateY(-1px);
        }

    .navbar-right .btn-primary[b-vd6amzpw1w] {
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
        color: #fff;
        border: none;
        box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    }

        .navbar-right .btn-primary:hover[b-vd6amzpw1w] {
            background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
            color: #fff;
            box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
            transform: translateY(-1px);
        }

/* Hero Section */
.hero-section[b-vd6amzpw1w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 2rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: none;
}

.hero-content[b-vd6amzpw1w] {
    max-width: 580px;
    z-index: 1;
}

.hero-title[b-vd6amzpw1w] {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.4rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: fade-in-b-vd6amzpw1w 0.7s ease-out;
    letter-spacing: -0.02em;
}

.hero-subtitle[b-vd6amzpw1w] {
    font-size: 1.22rem;
    margin-bottom: 2.2rem;
    color: #5d5d8d;
    line-height: 1.7;
    animation: fade-in-b-vd6amzpw1w 1s ease-out;
    letter-spacing: -0.01em;
}

.hero-buttons[b-vd6amzpw1w] {
    display: flex;
    gap: 1.1rem;
    margin-top: 2rem;
    animation: fade-in-b-vd6amzpw1w 1.2s ease-out;
}

.btn[b-vd6amzpw1w] {
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.btn-lg[b-vd6amzpw1w] {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
}

/* Hero Visual Area */
.hero-visual[b-vd6amzpw1w] {
    position: relative;
    width: 500px;
    height: 420px;
    margin-left: 2rem;
    animation: slow-fade-in-b-vd6amzpw1w 1s ease-out;
}

.circle-background[b-vd6amzpw1w] {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(246, 130, 31, 0.08) 0%, rgba(246, 140, 62, 0.15) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-b-vd6amzpw1w 7s infinite alternate;
    z-index: 0;
}

@keyframes pulse-b-vd6amzpw1w {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

.data-visualization[b-vd6amzpw1w] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.data-point[b-vd6amzpw1w] {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F6821F 60%, #F68C3E 100%);
    box-shadow: 0 0 20px rgba(246, 140, 62, 0.35);
    animation: float-b-vd6amzpw1w 4s infinite alternate;
}

    .data-point.p1[b-vd6amzpw1w] {
        top: 21%;
        left: 32%;
        animation-delay: 0s;
    }

    .data-point.p2[b-vd6amzpw1w] {
        top: 69%;
        left: 20%;
        animation-delay: 0.45s;
    }

    .data-point.p3[b-vd6amzpw1w] {
        top: 38%;
        left: 73%;
        animation-delay: 1s;
    }

    .data-point.p4[b-vd6amzpw1w] {
        top: 81%;
        left: 58%;
        animation-delay: 1.5s;
    }

    .data-point.p5[b-vd6amzpw1w] {
        top: 30%;
        left: 57%;
        animation-delay: 2s;
    }

.data-line[b-vd6amzpw1w] {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 130, 31, 0.7) 0%, rgba(246, 140, 62, 0.1) 100%);
    opacity: 0.65;
    border-radius: 2px;
    transform-origin: left center;
}

    .data-line.l1[b-vd6amzpw1w] {
        top: calc(21% + 9px);
        left: calc(32% + 9px);
        width: 180px;
        transform: rotate(25deg);
        animation: fade-in-b-vd6amzpw1w 2s;
    }

    .data-line.l2[b-vd6amzpw1w] {
        top: calc(69% + 9px);
        left: calc(20% + 9px);
        width: 240px;
        transform: rotate(-20deg);
        animation: fade-in-b-vd6amzpw1w 2.2s;
    }

    .data-line.l3[b-vd6amzpw1w] {
        top: calc(38% + 9px);
        left: calc(73% + 9px);
        width: 115px;
        transform: rotate(-60deg);
        animation: fade-in-b-vd6amzpw1w 2.4s;
    }

    .data-line.l4[b-vd6amzpw1w] {
        top: calc(30% + 9px);
        left: calc(57% + 9px);
        width: 135px;
        transform: rotate(45deg);
        animation: fade-in-b-vd6amzpw1w 2.6s;
    }

@keyframes float-b-vd6amzpw1w {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-15px) scale(1.15);
    }
}

@keyframes fade-in-b-vd6amzpw1w {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slow-fade-in-b-vd6amzpw1w {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Features Section */
.features-section[b-vd6amzpw1w] {
    padding: 5rem 2rem 5.5rem;
    background: #fff;
    text-align: center;
}

.section-title[b-vd6amzpw1w] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.features-grid[b-vd6amzpw1w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto;
}

.feature-card[b-vd6amzpw1w] {
    background: #fffaf5;
    padding: 2.3rem 1.5rem 2.1rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(246, 130, 31, 0.07);
    transition: all 0.3s;
    border: 1.5px solid #feecd9;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover[b-vd6amzpw1w] {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(246, 130, 31, 0.13);
        border-color: #FFCFA0;
    }

.feature-icon[b-vd6amzpw1w] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #fff6ee 0%, #fffaf5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(246, 130, 31, 0.08);
}

.feature-card h3[b-vd6amzpw1w] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #404259;
    letter-spacing: -0.01em;
}

.feature-card p[b-vd6amzpw1w] {
    color: #5d5d8d;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stats Section */
.stats-section[b-vd6amzpw1w] {
    padding: 3.2rem 2rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-item[b-vd6amzpw1w] {
    text-align: center;
    color: #fff;
    min-width: 170px;
    flex: 1;
    position: relative;
    max-width: 220px;
}

.stat-icon[b-vd6amzpw1w] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    min-height: 34px;
}

.stat-number[b-vd6amzpw1w] {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
}

.stat-label[b-vd6amzpw1w] {
    font-size: 1.1rem;
    opacity: 0.96;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* CTA Section */
.cta-section[b-vd6amzpw1w] {
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #fffcfa 0%, #fff4ea 100%);
    text-align: center;
}

.cta-content[b-vd6amzpw1w] {
    max-width: 720px;
    margin: 0 auto;
}

.cta-section h2[b-vd6amzpw1w] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.cta-section p[b-vd6amzpw1w] {
    font-size: 1.15rem;
    color: #5d5d8d;
    margin-bottom: 2.2rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1240px) {
    .hero-section[b-vd6amzpw1w] {
        flex-direction: column;
        padding: 4rem 2rem 3rem;
        text-align: center;
    }

    .hero-content[b-vd6amzpw1w] {
        max-width: 720px;
        margin-bottom: 3rem;
    }

    .hero-buttons[b-vd6amzpw1w] {
        justify-content: center;
    }

    .hero-visual[b-vd6amzpw1w] {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .navbar-center[b-vd6amzpw1w] {
        flex-direction: column;
        padding: 0.8rem;
        height: auto;
    }

    .top-navbar[b-vd6amzpw1w] {
        height: auto;
        padding: 0.6rem 0;
    }

    .navbar-left[b-vd6amzpw1w] {
        margin-bottom: 0.7rem;
    }

    .navbar-middle[b-vd6amzpw1w] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin: 0.5rem 0;
    }

    .navbar-right[b-vd6amzpw1w] {
        margin-top: 0.7rem;
    }

    .hero-title[b-vd6amzpw1w] {
        font-size: 2.5rem;
    }

    .features-grid[b-vd6amzpw1w] {
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .navbar-middle[b-vd6amzpw1w] {
        display: none; /* Consider adding a mobile menu button */
    }

    .navbar-center[b-vd6amzpw1w] {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-left[b-vd6amzpw1w], .navbar-right[b-vd6amzpw1w] {
        margin: 0;
    }

    .hero-title[b-vd6amzpw1w] {
        font-size: 2rem;
    }

    .hero-subtitle[b-vd6amzpw1w] {
        font-size: 1.1rem;
    }

    .hero-buttons[b-vd6amzpw1w] {
        flex-direction: column;
        gap: 1rem;
    }

        .hero-buttons .btn[b-vd6amzpw1w] {
            width: 100%;
        }

    .stats-section[b-vd6amzpw1w] {
        padding: 2rem 1rem;
        gap: 2rem 1rem;
    }

    .stat-item[b-vd6amzpw1w] {
        flex-basis: 45%;
        min-width: 120px;
    }

    .cta-section h2[b-vd6amzpw1w] {
        font-size: 1.8rem;
    }

    .cta-section p[b-vd6amzpw1w] {
        font-size: 1rem;
    }
}
/* _content/SolverCF/Components/Dashboard/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-mcduuf68jo] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

/* Header Section */
.dashboard-header[b-mcduuf68jo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.dashboard-title[b-mcduuf68jo] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #404259;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
}

.dashboard-subtitle[b-mcduuf68jo] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

.header-actions[b-mcduuf68jo] {
    display: flex;
    gap: 1rem;
}

/* Buttons */
.btn[b-mcduuf68jo] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-size: 0.95rem;
    white-space: nowrap;
}

.btn-sm[b-mcduuf68jo] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn-primary[b-mcduuf68jo] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(246, 130, 31, 0.2);
}

    .btn-primary:hover[b-mcduuf68jo] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(246, 130, 31, 0.3);
    }

    .btn-primary:disabled[b-mcduuf68jo] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.btn-outline[b-mcduuf68jo] {
    border: 1.5px solid #F6821F;
    color: #F6821F;
    background: transparent;
}

    .btn-outline:hover[b-mcduuf68jo] {
        background: rgba(246, 130, 31, 0.06);
        transform: translateY(-1px);
    }

.btn-secondary[b-mcduuf68jo] {
    background: #6b7280;
    color: white;
}

    .btn-secondary:hover[b-mcduuf68jo] {
        background: #4b5563;
        transform: translateY(-1px);
    }

.btn-text[b-mcduuf68jo] {
    color: #F6821F;
    background: none;
    border: none;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
}

    .btn-text:hover[b-mcduuf68jo] {
        color: #DB7219;
        background: rgba(246, 130, 31, 0.05);
    }

.icon[b-mcduuf68jo] {
    display: inline-flex;
    align-items: center;
}

/* Loading Spinner */
.loading-spinner[b-mcduuf68jo] {
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-mcduuf68jo 1s linear infinite;
}

@keyframes spin-b-mcduuf68jo {
    to {
        transform: rotate(360deg);
    }
}

/* Main Grid Layout */
.main-grid[b-mcduuf68jo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

/* Left Column */
.left-column[b-mcduuf68jo] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Right Column */
.right-column[b-mcduuf68jo] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Section Titles */
.section-title[b-mcduuf68jo] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #404259;
    margin: 0;
}

/* Profile Card */
.profile-card[b-mcduuf68jo] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    position: relative;
}

    .profile-card[b-mcduuf68jo]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    }

.profile-header[b-mcduuf68jo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.profile-content[b-mcduuf68jo] {
    padding: 2rem;
}

.profile-avatar-section[b-mcduuf68jo] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.avatar-container[b-mcduuf68jo] {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #F6821F;
    box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
}

.avatar-image[b-mcduuf68jo] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #F6821F 0%, #F68C3E 100%);
}

.avatar-overlay[b-mcduuf68jo] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.avatar-container:hover .avatar-overlay[b-mcduuf68jo] {
    opacity: 1;
}

.avatar-edit-btn[b-mcduuf68jo] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

    .avatar-edit-btn:hover[b-mcduuf68jo] {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

.profile-info h3.profile-name[b-mcduuf68jo] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #404259;
    margin: 0 0 0.5rem 0;
}

.status-badge[b-mcduuf68jo] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

    .status-badge.verified[b-mcduuf68jo], .status-badge.enabled[b-mcduuf68jo] {
        background: #d1fae5;
        color: #065f46;
    }

    .status-badge.unverified[b-mcduuf68jo], .status-badge.disabled[b-mcduuf68jo] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Form Styling */
.profile-fields[b-mcduuf68jo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.field-group[b-mcduuf68jo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .field-group label[b-mcduuf68jo] {
        font-weight: 600;
        color: #374151;
        font-size: 0.95rem;
    }

.form-control[b-mcduuf68jo] {
    padding: 0.75rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background: white;
}

    .form-control:focus[b-mcduuf68jo] {
        outline: none;
        border-color: #F6821F;
        box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.1);
    }

    .form-control:disabled[b-mcduuf68jo] {
        background: #f9fafb;
        color: #6b7280;
        cursor: not-allowed;
        border-color: #e5e7eb;
    }

.form-actions[b-mcduuf68jo] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.validation-message[b-mcduuf68jo] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* API Card */
.api-card[b-mcduuf68jo] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    position: relative;
}

    .api-card[b-mcduuf68jo]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 100%);
    }

.api-header[b-mcduuf68jo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.api-content[b-mcduuf68jo] {
    padding: 2rem;
}

.api-key-display[b-mcduuf68jo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.api-key-text[b-mcduuf68jo] {
    flex: 1;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 0.9rem;
    color: #1f2937;
    background: none;
    border: none;
    outline: none;
    font-weight: 500;
}

.api-key-actions[b-mcduuf68jo] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-mcduuf68jo] {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #6b7280;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-icon:hover[b-mcduuf68jo] {
        background: #f1f5f9;
        color: #F6821F;
    }

/* Stats Section */
.stats-section[b-mcduuf68jo] {
    margin-bottom: 2rem;
}

.stats-grid[b-mcduuf68jo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.stat-card[b-mcduuf68jo] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .stat-card:hover[b-mcduuf68jo] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .stat-card[b-mcduuf68jo]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    }

.balance-card[b-mcduuf68jo] {
    background: linear-gradient(135deg, #F6821F 0%, #F68C3E 100%);
    color: white;
}

    .balance-card[b-mcduuf68jo]::before {
        background: rgba(255, 255, 255, 0.3);
    }

.stat-header[b-mcduuf68jo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-icon[b-mcduuf68jo] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(246, 130, 31, 0.1);
    color: #F6821F;
}

.balance-card .stat-icon[b-mcduuf68jo] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.stat-header h3[b-mcduuf68jo] {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
    margin: 0;
}

.balance-card .stat-header h3[b-mcduuf68jo] {
    color: rgba(255, 255, 255, 0.9);
}

.stat-value[b-mcduuf68jo] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

    .stat-value .currency[b-mcduuf68jo] {
        font-size: 1.3rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.8);
    }

    .stat-value .amount[b-mcduuf68jo], .stat-value .large-number[b-mcduuf68jo] {
        font-size: 2.2rem;
        font-weight: 800;
        color: #1f2937;
        line-height: 1;
    }

.balance-card .stat-value .amount[b-mcduuf68jo] {
    color: white;
}

/* Security Section */
.security-section[b-mcduuf68jo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.security-card[b-mcduuf68jo] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .security-card:hover[b-mcduuf68jo] {
        transform: translateY(-1px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

.security-card-header[b-mcduuf68jo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.security-icon[b-mcduuf68jo] {
    width: 48px;
    height: 48px;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    flex-shrink: 0;
}

.security-info[b-mcduuf68jo] {
    flex: 1;
}

    .security-info h3[b-mcduuf68jo] {
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 0.25rem;
    }

    .security-info p[b-mcduuf68jo] {
        color: #6b7280;
        margin: 0;
        font-size: 0.9rem;
    }

.security-actions[b-mcduuf68jo] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Password Form */
.password-form[b-mcduuf68jo] {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.password-input[b-mcduuf68jo] {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-input .form-control[b-mcduuf68jo] {
        padding-right: 2.5rem;
    }

.password-toggle[b-mcduuf68jo] {
    position: absolute;
    right: 0.75rem;
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: color 0.2s ease;
}

    .password-toggle:hover[b-mcduuf68jo] {
        color: #F6821F;
    }

.password-strength[b-mcduuf68jo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.5rem 0;
}

.strength-bar[b-mcduuf68jo] {
    flex: 1;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.strength-fill[b-mcduuf68jo] {
    height: 100%;
    border-radius: 2px;
    transition: all 0.3s ease;
    width: 0;
}

    .strength-fill.weak[b-mcduuf68jo] {
        background: #ef4444;
        width: 25%;
    }

    .strength-fill.medium[b-mcduuf68jo] {
        background: #f59e0b;
        width: 60%;
    }

    .strength-fill.strong[b-mcduuf68jo] {
        background: #10b981;
        width: 100%;
    }

.strength-text[b-mcduuf68jo] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
}

.strength-fill.weak ~ .strength-text[b-mcduuf68jo] {
    color: #ef4444;
}

.strength-fill.medium ~ .strength-text[b-mcduuf68jo] {
    color: #f59e0b;
}

.strength-fill.strong ~ .strength-text[b-mcduuf68jo] {
    color: #10b981;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .main-grid[b-mcduuf68jo] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats-grid[b-mcduuf68jo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .dashboard-container[b-mcduuf68jo] {
        padding: 1.5rem;
    }

    .dashboard-header[b-mcduuf68jo] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-mcduuf68jo] {
        padding: 1rem;
    }

    .dashboard-title[b-mcduuf68jo] {
        font-size: 1.8rem;
    }

    .header-actions[b-mcduuf68jo] {
        width: 100%;
    }

        .header-actions .btn[b-mcduuf68jo] {
            flex: 1;
            justify-content: center;
        }

    .profile-avatar-section[b-mcduuf68jo] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .security-card-header[b-mcduuf68jo] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .security-actions[b-mcduuf68jo] {
        width: 100%;
        justify-content: space-between;
    }

    .stats-grid[b-mcduuf68jo] {
        gap: 1rem;
    }

    .stat-card[b-mcduuf68jo] {
        padding: 1.5rem;
    }
}
/* _content/SolverCF/Components/Dashboard/Pages/Deposit.razor.rz.scp.css */
.deposit-container[b-hv84f9qkmd] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

/* Header Section */
.deposit-header[b-hv84f9qkmd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.deposit-title[b-hv84f9qkmd] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #404259;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
}

.deposit-subtitle[b-hv84f9qkmd] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
}

.header-actions .btn[b-hv84f9qkmd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-size: 0.95rem;
}

.btn-primary[b-hv84f9qkmd] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(246, 130, 31, 0.2);
}

    .btn-primary:hover[b-hv84f9qkmd] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(246, 130, 31, 0.3);
    }

.btn-outline[b-hv84f9qkmd] {
    border: 1.5px solid #F6821F;
    color: #F6821F;
    background: transparent;
}

    .btn-outline:hover[b-hv84f9qkmd] {
        background: rgba(246, 130, 31, 0.06);
        transform: translateY(-1px);
    }

.btn-secondary[b-hv84f9qkmd] {
    background: #6b7280;
    color: white;
}

    .btn-secondary:hover[b-hv84f9qkmd] {
        background: #4b5563;
        transform: translateY(-1px);
    }

.icon[b-hv84f9qkmd] {
    display: inline-flex;
    align-items: center;
}

/* Balance Section */
.balance-section[b-hv84f9qkmd] {
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.main-balance[b-hv84f9qkmd] {
    background: linear-gradient(135deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(246, 130, 31, 0.2);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.balance-icon[b-hv84f9qkmd] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.balance-content h3[b-hv84f9qkmd] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    opacity: 0.9;
}

.balance-amount[b-hv84f9qkmd] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.currency[b-hv84f9qkmd] {
    font-size: 1.5rem;
    font-weight: 600;
    opacity: 0.8;
}

.amount[b-hv84f9qkmd] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.balance-change[b-hv84f9qkmd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    opacity: 0.9;
}

    .balance-change.positive[b-hv84f9qkmd] {
        color: rgba(255, 255, 255, 0.95);
    }

.change-icon[b-hv84f9qkmd] {
    font-size: 1.1rem;
    font-weight: 700;
}

.stats-grid[b-hv84f9qkmd] {
    display: grid;
    gap: 1.5rem;
}

.stat-item[b-hv84f9qkmd] {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.stat-icon[b-hv84f9qkmd] {
    width: 56px;
    height: 56px;
    background: rgba(246, 130, 31, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F6821F;
    flex-shrink: 0;
}

.stat-value[b-hv84f9qkmd] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.stat-label[b-hv84f9qkmd] {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
}

/* Section Headers */
.section-header[b-hv84f9qkmd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .section-header h2[b-hv84f9qkmd] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #404259;
        margin: 0;
    }

/* Payment Methods */
.methods-section[b-hv84f9qkmd] {
    margin-bottom: 3rem;
}

.payment-methods[b-hv84f9qkmd] {
    display: grid;
    gap: 1rem;
}

.payment-method[b-hv84f9qkmd] {
    background: white;
    border: 1.5px solid #f1f5f9;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s;
}

    .payment-method:hover[b-hv84f9qkmd] {
        border-color: #F6821F;
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.1);
    }

    .payment-method.default[b-hv84f9qkmd] {
        border-color: #F6821F;
        background: rgba(246, 130, 31, 0.02);
    }

.method-icon[b-hv84f9qkmd] {
    width: 48px;
    height: 48px;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.method-details[b-hv84f9qkmd] {
    flex: 1;
}

.method-name[b-hv84f9qkmd] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.method-info[b-hv84f9qkmd] {
    color: #6b7280;
    font-size: 0.9rem;
}

.default-badge[b-hv84f9qkmd] {
    padding: 0.25rem 0.75rem;
    background: #d1fae5;
    color: #065f46;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.method-actions[b-hv84f9qkmd] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-hv84f9qkmd] {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #6b7280;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-icon:hover[b-hv84f9qkmd] {
        background: #f1f5f9;
        color: #F6821F;
    }

    .btn-icon.delete:hover[b-hv84f9qkmd] {
        color: #ef4444;
        background: #fef2f2;
    }

/* Transaction History */
.transactions-section[b-hv84f9qkmd] {
    margin-bottom: 2rem;
}

.filter-controls[b-hv84f9qkmd] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.filter-select[b-hv84f9qkmd] {
    padding: 0.5rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: white;
    color: #374151;
    font-size: 0.95rem;
    cursor: pointer;
}

    .filter-select:focus[b-hv84f9qkmd] {
        outline: none;
        border-color: #F6821F;
    }

.transactions-table[b-hv84f9qkmd] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-header[b-hv84f9qkmd] {
    display: grid;
    grid-template-columns: 120px 1fr 150px 120px 100px;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.header-cell[b-hv84f9qkmd] {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.table-body[b-hv84f9qkmd] {
    display: grid;
    gap: 0;
}

.transaction-row[b-hv84f9qkmd] {
    display: grid;
    grid-template-columns: 120px 1fr 150px 120px 100px;
    gap: 1rem;
    padding: 1.25rem 2rem;
    border-bottom: 1px solid #f1f5f9;
    align-items: center;
    transition: background 0.2s;
}

    .transaction-row:hover[b-hv84f9qkmd] {
        background: #fafbfc;
    }

    .transaction-row:last-child[b-hv84f9qkmd] {
        border-bottom: none;
    }

.date-cell[b-hv84f9qkmd] {
    display: flex;
    flex-direction: column;
}

.date[b-hv84f9qkmd] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
}

.time[b-hv84f9qkmd] {
    color: #6b7280;
    font-size: 0.85rem;
}

.transaction-description[b-hv84f9qkmd] {
    display: flex;
    flex-direction: column;
}

.description-main[b-hv84f9qkmd] {
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.transaction-id[b-hv84f9qkmd] {
    color: #6b7280;
    font-size: 0.85rem;
    font-family: monospace;
}

.payment-method-small[b-hv84f9qkmd] {
    color: #6b7280;
    font-size: 0.9rem;
}

.amount-cell .amount[b-hv84f9qkmd] {
    font-weight: 700;
    font-size: 1rem;
}

.amount.positive[b-hv84f9qkmd] {
    color: #10b981;
}

.amount.negative[b-hv84f9qkmd] {
    color: #ef4444;
}

.status-badge[b-hv84f9qkmd] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}

    .status-badge.completed[b-hv84f9qkmd] {
        background: #d1fae5;
        color: #065f46;
    }

    .status-badge.pending[b-hv84f9qkmd] {
        background: #fef3c7;
        color: #92400e;
    }

    .status-badge.failed[b-hv84f9qkmd] {
        background: #fee2e2;
        color: #991b1b;
    }

.table-footer[b-hv84f9qkmd] {
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid #f1f5f9;
}

/* Modal Styles */
.modal-overlay[b-hv84f9qkmd] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-hv84f9qkmd] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    animation: modalSlideIn-b-hv84f9qkmd 0.2s ease-out;
}

@keyframes modalSlideIn-b-hv84f9qkmd {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header[b-hv84f9qkmd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #f1f5f9;
}

    .modal-header h3[b-hv84f9qkmd] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1f2937;
        margin: 0;
    }

.modal-close[b-hv84f9qkmd] {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #6b7280;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover[b-hv84f9qkmd] {
        background: #f3f4f6;
        color: #374151;
    }

.modal-body[b-hv84f9qkmd] {
    padding: 2rem;
}

.form-group[b-hv84f9qkmd] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-hv84f9qkmd] {
        display: block;
        font-weight: 600;
        color: #374151;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

.form-control[b-hv84f9qkmd] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

    .form-control:focus[b-hv84f9qkmd] {
        outline: none;
        border-color: #F6821F;
        box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.1);
    }

.amount-input[b-hv84f9qkmd] {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol[b-hv84f9qkmd] {
    position: absolute;
    left: 1rem;
    font-weight: 600;
    color: #6b7280;
    z-index: 1;
}

.amount-field[b-hv84f9qkmd] {
    padding-left: 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.deposit-summary[b-hv84f9qkmd] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.summary-row[b-hv84f9qkmd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

    .summary-row:last-child[b-hv84f9qkmd] {
        margin-bottom: 0;
    }

    .summary-row.total[b-hv84f9qkmd] {
        border-top: 1px solid #d1d5db;
        padding-top: 0.75rem;
        font-weight: 700;
        font-size: 1.1rem;
        color: #1f2937;
    }

.modal-footer[b-hv84f9qkmd] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 2rem 2rem;
    border-top: 1px solid #f1f5f9;
}

    .modal-footer .btn[b-hv84f9qkmd] {
        flex: 1;
        justify-content: center;
    }

.loading-spinner[b-hv84f9qkmd] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-hv84f9qkmd 1s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin-b-hv84f9qkmd {
    to {
        transform: rotate(360deg);
    }
}

.validation-message[b-hv84f9qkmd] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .balance-section[b-hv84f9qkmd] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .main-balance[b-hv84f9qkmd] {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .balance-icon[b-hv84f9qkmd] {
        width: 60px;
        height: 60px;
    }

    .amount[b-hv84f9qkmd] {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .deposit-container[b-hv84f9qkmd] {
        padding: 1.5rem;
    }

    .deposit-header[b-hv84f9qkmd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .table-header[b-hv84f9qkmd],
    .transaction-row[b-hv84f9qkmd] {
        grid-template-columns: 100px 1fr 80px 100px;
        gap: 0.75rem;
        padding: 1rem 1.5rem;
    }

        .table-header .header-cell:nth-child(3)[b-hv84f9qkmd],
        .transaction-row .cell:nth-child(3)[b-hv84f9qkmd] {
            display: none;
        }
}

@media (max-width: 768px) {
    .deposit-container[b-hv84f9qkmd] {
        padding: 1rem;
    }

    .deposit-title[b-hv84f9qkmd] {
        font-size: 1.8rem;
    }

    .stats-grid[b-hv84f9qkmd] {
        grid-template-columns: 1fr;
    }

    .stat-item[b-hv84f9qkmd] {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .table-header[b-hv84f9qkmd],
    .transaction-row[b-hv84f9qkmd] {
        grid-template-columns: 1fr 120px;
        gap: 1rem;
    }

        .table-header .header-cell:nth-child(2)[b-hv84f9qkmd],
        .table-header .header-cell:nth-child(4)[b-hv84f9qkmd],
        .transaction-row .cell:nth-child(2)[b-hv84f9qkmd],
        .transaction-row .cell:nth-child(4)[b-hv84f9qkmd] {
            display: none;
        }

    .payment-method[b-hv84f9qkmd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .method-actions[b-hv84f9qkmd] {
        align-self: stretch;
        justify-content: center;
    }

    .modal-content[b-hv84f9qkmd] {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .modal-header[b-hv84f9qkmd],
    .modal-body[b-hv84f9qkmd],
    .modal-footer[b-hv84f9qkmd] {
        padding: 1.5rem;
    }

    .modal-footer[b-hv84f9qkmd] {
        flex-direction: column;
    }
}
/* _content/SolverCF/Components/Dashboard/Pages/Statistical.razor.rz.scp.css */
.statistical-container[b-ttamjga2e2] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

/* Header Section */
.statistical-header[b-ttamjga2e2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.statistical-title[b-ttamjga2e2] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #404259;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
}

.statistical-subtitle[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
}

.header-actions[b-ttamjga2e2] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.period-select[b-ttamjga2e2] {
    padding: 0.5rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: white;
    color: #374151;
    font-size: 0.95rem;
    cursor: pointer;
}

    .period-select:focus[b-ttamjga2e2] {
        outline: none;
        border-color: #F6821F;
    }

.btn[b-ttamjga2e2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-size: 0.95rem;
}

.btn-outline[b-ttamjga2e2] {
    border: 1.5px solid #F6821F;
    color: #F6821F;
    background: transparent;
}

    .btn-outline:hover[b-ttamjga2e2] {
        background: rgba(246, 130, 31, 0.06);
        transform: translateY(-1px);
    }

.icon[b-ttamjga2e2] {
    display: inline-flex;
    align-items: center;
}

/* Metrics Section */
.metrics-section[b-ttamjga2e2] {
    margin-bottom: 3rem;
}

.metrics-grid[b-ttamjga2e2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.metric-card[b-ttamjga2e2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

    .metric-card:hover[b-ttamjga2e2] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .metric-card.primary[b-ttamjga2e2] {
        background: linear-gradient(135deg, #F6821F 0%, #F68C3E 100%);
        color: white;
    }

.metric-icon[b-ttamjga2e2] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(246, 130, 31, 0.1);
    color: #F6821F;
}

.metric-card.primary .metric-icon[b-ttamjga2e2] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.metric-content[b-ttamjga2e2] {
    flex: 1;
}

.metric-value[b-ttamjga2e2] {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.metric-card.primary .metric-value[b-ttamjga2e2] {
    color: white;
}

.metric-label[b-ttamjga2e2] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.metric-card.primary .metric-label[b-ttamjga2e2] {
    color: rgba(255, 255, 255, 0.9);
}

.metric-change[b-ttamjga2e2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

    .metric-change.positive[b-ttamjga2e2] {
        color: #10b981;
    }

    .metric-change.negative[b-ttamjga2e2] {
        color: #ef4444;
    }

.metric-card.primary .metric-change[b-ttamjga2e2] {
    color: rgba(255, 255, 255, 0.9);
}

.change-period[b-ttamjga2e2] {
    font-weight: 400;
    opacity: 0.8;
}

/* Charts Section */
.charts-section[b-ttamjga2e2] {
    margin-bottom: 3rem;
}

.charts-grid[b-ttamjga2e2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.chart-card[b-ttamjga2e2] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

    .chart-card.full-width[b-ttamjga2e2] {
        grid-column: 1 / -1;
    }

.chart-header[b-ttamjga2e2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
}

    .chart-header h3[b-ttamjga2e2] {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1f2937;
        margin: 0;
    }

.chart-legend[b-ttamjga2e2] {
    display: flex;
    gap: 1.5rem;
}

.legend-item[b-ttamjga2e2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.legend-color[b-ttamjga2e2] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

    .legend-color.primary[b-ttamjga2e2] {
        background: #F6821F;
    }

    .legend-color.secondary[b-ttamjga2e2] {
        background: #ef4444;
    }

.chart-info .info-text[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 0.875rem;
}

.chart-container[b-ttamjga2e2] {
    padding: 2rem;
    height: 300px;
}

.chart-placeholder[b-ttamjga2e2] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chart-bars[b-ttamjga2e2] {
    display: flex;
    align-items: flex-end;
    height: 240px;
    gap: 8px;
    margin-bottom: 1rem;
}

.bar-group[b-ttamjga2e2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    height: 100%;
    justify-content: flex-end;
}

.bar[b-ttamjga2e2] {
    width: 100%;
    border-radius: 2px 2px 0 0;
    min-height: 4px;
    transition: all 0.3s ease;
}

    .bar.success[b-ttamjga2e2] {
        background: linear-gradient(180deg, #F6821F 0%, #F68C3E 100%);
    }

    .bar.failed[b-ttamjga2e2] {
        background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
    }

.chart-x-axis[b-ttamjga2e2] {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
}

.axis-label[b-ttamjga2e2] {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 500;
}

.line-chart[b-ttamjga2e2] {
    height: 100%;
    width: 100%;
}

.chart-svg[b-ttamjga2e2] {
    width: 100%;
    height: 100%;
}

/* Endpoint Statistics */
.endpoint-summary[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 0.9rem;
}

.endpoint-stats[b-ttamjga2e2] {
    padding: 2rem;
    display: grid;
    gap: 1.5rem;
}

.endpoint-item[b-ttamjga2e2] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

    .endpoint-item:last-child[b-ttamjga2e2] {
        border-bottom: none;
    }

.endpoint-info[b-ttamjga2e2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.endpoint-name[b-ttamjga2e2] {
    font-weight: 600;
    color: #1f2937;
}

.endpoint-path[b-ttamjga2e2] {
    font-family: monospace;
    font-size: 0.875rem;
    color: #6b7280;
    background: #f8fafc;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
}

.endpoint-metrics[b-ttamjga2e2] {
    display: grid;
    grid-template-columns: 80px 200px 60px;
    gap: 1rem;
    align-items: center;
}

.endpoint-calls[b-ttamjga2e2] {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: right;
}

.endpoint-bar[b-ttamjga2e2] {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.endpoint-fill[b-ttamjga2e2] {
    height: 100%;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.endpoint-percentage[b-ttamjga2e2] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
}

/* Section Headers */
.section-header[b-ttamjga2e2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .section-header h2[b-ttamjga2e2] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #404259;
        margin: 0;
    }

/* Error Analysis */
.error-section[b-ttamjga2e2] {
    margin-bottom: 3rem;
}

.error-summary[b-ttamjga2e2] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.error-count[b-ttamjga2e2] {
    font-weight: 600;
    color: #ef4444;
}

.error-rate[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 0.9rem;
}

.error-grid[b-ttamjga2e2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.error-card[b-ttamjga2e2] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.error-header[b-ttamjga2e2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.error-code[b-ttamjga2e2] {
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.875rem;
}

    .error-code.critical[b-ttamjga2e2] {
        background: #fee2e2;
        color: #991b1b;
    }

    .error-code.warning[b-ttamjga2e2] {
        background: #fef3c7;
        color: #92400e;
    }

    .error-code.info[b-ttamjga2e2] {
        background: #dbeafe;
        color: #1e40af;
    }

.error-count-badge[b-ttamjga2e2] {
    background: #f3f4f6;
    color: #374151;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.error-description[b-ttamjga2e2] {
    color: #6b7280;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.error-trend[b-ttamjga2e2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trend-label[b-ttamjga2e2] {
    color: #9ca3af;
    font-size: 0.875rem;
}

.trend-value[b-ttamjga2e2] {
    font-size: 0.875rem;
    font-weight: 600;
}

    .trend-value.increasing[b-ttamjga2e2] {
        color: #ef4444;
    }

    .trend-value.decreasing[b-ttamjga2e2] {
        color: #10b981;
    }

/* Geographic Usage */
.geo-section[b-ttamjga2e2] {
    margin-bottom: 2rem;
}

.geo-summary[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 0.9rem;
}

.geo-stats[b-ttamjga2e2] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    padding: 2rem;
}

.geo-item[b-ttamjga2e2] {
    display: grid;
    grid-template-columns: 48px 1fr auto 120px;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

    .geo-item:last-child[b-ttamjga2e2] {
        border-bottom: none;
    }

.geo-flag[b-ttamjga2e2] {
    width: 32px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.flag-icon[b-ttamjga2e2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geo-info[b-ttamjga2e2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.geo-country[b-ttamjga2e2] {
    font-weight: 600;
    color: #1f2937;
}

.geo-city[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 0.875rem;
}

.geo-metrics[b-ttamjga2e2] {
    text-align: right;
}

.geo-calls[b-ttamjga2e2] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.geo-percentage[b-ttamjga2e2] {
    color: #6b7280;
    font-size: 0.875rem;
}

.geo-bar[b-ttamjga2e2] {
    width: 100px;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.geo-fill[b-ttamjga2e2] {
    height: 100%;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .charts-grid[b-ttamjga2e2] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .metrics-grid[b-ttamjga2e2] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 1024px) {
    .statistical-container[b-ttamjga2e2] {
        padding: 1.5rem;
    }

    .statistical-header[b-ttamjga2e2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .endpoint-metrics[b-ttamjga2e2] {
        grid-template-columns: 60px 150px 50px;
        gap: 0.75rem;
    }

    .geo-item[b-ttamjga2e2] {
        grid-template-columns: 40px 1fr auto 100px;
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .statistical-container[b-ttamjga2e2] {
        padding: 1rem;
    }

    .statistical-title[b-ttamjga2e2] {
        font-size: 1.8rem;
    }

    .metrics-grid[b-ttamjga2e2] {
        grid-template-columns: 1fr;
    }

    .metric-card[b-ttamjga2e2] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .error-grid[b-ttamjga2e2] {
        grid-template-columns: 1fr;
    }

    .endpoint-item[b-ttamjga2e2] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .endpoint-metrics[b-ttamjga2e2] {
        grid-template-columns: 1fr auto;
        gap: 1rem;
    }

    .geo-item[b-ttamjga2e2] {
        grid-template-columns: 32px 1fr;
        gap: 1rem;
    }

    .geo-metrics[b-ttamjga2e2] {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .geo-bar[b-ttamjga2e2] {
        width: 80px;
    }

    .chart-container[b-ttamjga2e2] {
        padding: 1rem;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .header-actions[b-ttamjga2e2] {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }

    .period-select[b-ttamjga2e2],
    .btn[b-ttamjga2e2] {
        width: 100%;
    }

    .chart-bars[b-ttamjga2e2] {
        gap: 4px;
    }

    .axis-label[b-ttamjga2e2] {
        font-size: 0.7rem;
        transform: rotate(-45deg);
        transform-origin: center;
    }
}
/* _content/SolverCF/Components/Dashboard/Pages/Support.razor.rz.scp.css */
.support-container[b-i7l9v2vfat] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

/* Header Section */
.support-header[b-i7l9v2vfat] {
    margin-bottom: 3rem;
}

.support-title[b-i7l9v2vfat] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #404259;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
}

.support-subtitle[b-i7l9v2vfat] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
}

/* Quick Actions */
.quick-actions-section[b-i7l9v2vfat] {
    margin-bottom: 3rem;
}

.quick-actions-grid[b-i7l9v2vfat] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.action-card[b-i7l9v2vfat] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .action-card:hover[b-i7l9v2vfat] {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        border-color: #F6821F;
    }

    .action-card.primary[b-i7l9v2vfat] {
        background: linear-gradient(135deg, #F6821F 0%, #F68C3E 100%);
        color: white;
    }

        .action-card.primary:hover[b-i7l9v2vfat] {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(246, 130, 31, 0.3);
        }

.action-icon[b-i7l9v2vfat] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(246, 130, 31, 0.1);
    color: #F6821F;
}

.action-card.primary .action-icon[b-i7l9v2vfat] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.action-content h3[b-i7l9v2vfat] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.action-card.primary .action-content h3[b-i7l9v2vfat] {
    color: white;
}

.action-content p[b-i7l9v2vfat] {
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.action-card.primary .action-content p[b-i7l9v2vfat] {
    color: rgba(255, 255, 255, 0.9);
}

/* Content Section */
.content-section[b-i7l9v2vfat] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.tab-navigation[b-i7l9v2vfat] {
    display: flex;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
}

.tab-btn[b-i7l9v2vfat] {
    flex: 1;
    padding: 1rem 2rem;
    background: none;
    border: none;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
}

    .tab-btn:hover[b-i7l9v2vfat] {
        color: #F6821F;
        background: rgba(246, 130, 31, 0.05);
    }

    .tab-btn.active[b-i7l9v2vfat] {
        color: #F6821F;
        border-bottom-color: #F6821F;
        background: white;
    }

.tab-content[b-i7l9v2vfat] {
    padding: 2rem;
}

.tab-header[b-i7l9v2vfat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

    .tab-header h2[b-i7l9v2vfat] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1f2937;
        margin: 0;
    }

/* Buttons */
.btn[b-i7l9v2vfat] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-size: 0.95rem;
    text-decoration: none;
}

.btn-primary[b-i7l9v2vfat] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(246, 130, 31, 0.2);
}

    .btn-primary:hover[b-i7l9v2vfat] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(246, 130, 31, 0.3);
    }

.btn-outline[b-i7l9v2vfat] {
    border: 1.5px solid #F6821F;
    color: #F6821F;
    background: transparent;
}

    .btn-outline:hover[b-i7l9v2vfat] {
        background: rgba(246, 130, 31, 0.06);
        transform: translateY(-1px);
    }

.btn-secondary[b-i7l9v2vfat] {
    background: #6b7280;
    color: white;
}

    .btn-secondary:hover[b-i7l9v2vfat] {
        background: #4b5563;
        transform: translateY(-1px);
    }

.btn-text[b-i7l9v2vfat] {
    color: #F6821F;
    background: none;
    border: none;
    font-weight: 600;
    padding: 0.5rem 0;
}

    .btn-text:hover[b-i7l9v2vfat] {
        color: #DB7219;
        text-decoration: underline;
    }

.icon[b-i7l9v2vfat] {
    display: inline-flex;
    align-items: center;
}

/* Tickets Tab */
.tickets-list[b-i7l9v2vfat] {
    display: grid;
    gap: 1.5rem;
}

.ticket-card[b-i7l9v2vfat] {
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

    .ticket-card[b-i7l9v2vfat]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
    }

    .ticket-card.open[b-i7l9v2vfat]::before {
        background: #10b981;
    }

    .ticket-card.closed[b-i7l9v2vfat]::before {
        background: #6b7280;
    }

    .ticket-card:hover[b-i7l9v2vfat] {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border-color: #F6821F;
    }

.ticket-header[b-i7l9v2vfat] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ticket-info[b-i7l9v2vfat] {
    flex: 1;
}

.ticket-id[b-i7l9v2vfat] {
    font-family: monospace;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.ticket-title[b-i7l9v2vfat] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.ticket-meta[b-i7l9v2vfat] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.ticket-status[b-i7l9v2vfat],
.ticket-priority[b-i7l9v2vfat] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

    .ticket-status.open[b-i7l9v2vfat] {
        background: #d1fae5;
        color: #065f46;
    }

    .ticket-status.closed[b-i7l9v2vfat] {
        background: #f3f4f6;
        color: #374151;
    }

    .ticket-priority.high[b-i7l9v2vfat] {
        background: #fee2e2;
        color: #991b1b;
    }

    .ticket-priority.medium[b-i7l9v2vfat] {
        background: #fef3c7;
        color: #92400e;
    }

    .ticket-priority.low[b-i7l9v2vfat] {
        background: #dbeafe;
        color: #1e40af;
    }

.ticket-description[b-i7l9v2vfat] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.ticket-details[b-i7l9v2vfat] {
    display: flex;
    gap: 2rem;
    color: #9ca3af;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.ticket-actions[b-i7l9v2vfat] {
    display: flex;
    gap: 1rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 1rem;
}

/* FAQ Tab */
.faq-search[b-i7l9v2vfat] {
    position: relative;
    width: 300px;
}

.search-input[b-i7l9v2vfat] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

    .search-input:focus[b-i7l9v2vfat] {
        outline: none;
        border-color: #F6821F;
        box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.1);
    }

.search-icon[b-i7l9v2vfat] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

.faq-categories[b-i7l9v2vfat] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.category-btn[b-i7l9v2vfat] {
    padding: 0.5rem 1rem;
    border: 1.5px solid #e5e7eb;
    background: white;
    color: #6b7280;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 0.9rem;
}

    .category-btn:hover[b-i7l9v2vfat] {
        border-color: #F6821F;
        color: #F6821F;
    }

    .category-btn.active[b-i7l9v2vfat] {
        border-color: #F6821F;
        background: #F6821F;
        color: white;
    }

.faq-list[b-i7l9v2vfat] {
    display: grid;
    gap: 0.5rem;
}

.faq-item[b-i7l9v2vfat] {
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s;
}

    .faq-item:hover[b-i7l9v2vfat] {
        border-color: #e2e8f0;
    }

    .faq-item.expanded[b-i7l9v2vfat] {
        border-color: #F6821F;
    }

.faq-question[b-i7l9v2vfat] {
    padding: 1.25rem 1.5rem;
    background: #fafbfc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #1f2937;
    transition: all 0.2s;
}

    .faq-question:hover[b-i7l9v2vfat] {
        background: #f3f4f6;
    }

.faq-item.expanded .faq-question[b-i7l9v2vfat] {
    background: rgba(246, 130, 31, 0.05);
    color: #F6821F;
}

.faq-toggle[b-i7l9v2vfat] {
    color: #9ca3af;
    transition: transform 0.2s;
}

.faq-item.expanded .faq-toggle[b-i7l9v2vfat] {
    transform: rotate(180deg);
    color: #F6821F;
}

.faq-answer[b-i7l9v2vfat] {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.faq-item.expanded .faq-answer[b-i7l9v2vfat] {
    max-height: 500px;
    padding: 1.5rem;
}

.faq-answer p[b-i7l9v2vfat] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.faq-link[b-i7l9v2vfat] {
    color: #F6821F;
    font-weight: 600;
    text-decoration: none;
}

    .faq-link:hover[b-i7l9v2vfat] {
        text-decoration: underline;
    }

/* Contact Tab */
.contact-grid[b-i7l9v2vfat] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.contact-card[b-i7l9v2vfat] {
    background: #fafbfc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.2s;
}

    .contact-card:hover[b-i7l9v2vfat] {
        background: white;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.contact-icon[b-i7l9v2vfat] {
    width: 56px;
    height: 56px;
    background: rgba(246, 130, 31, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F6821F;
    margin: 0 auto 1.5rem;
}

.contact-content h3[b-i7l9v2vfat] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.75rem 0;
}

.contact-content p[b-i7l9v2vfat] {
    color: #6b7280;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.contact-note[b-i7l9v2vfat] {
    font-size: 0.875rem;
    font-style: italic;
    color: #9ca3af;
    margin-bottom: 1.5rem !important;
}

.support-hours[b-i7l9v2vfat] {
    background: #fafbfc;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #f1f5f9;
}

    .support-hours h3[b-i7l9v2vfat] {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1f2937;
        margin: 0 0 1.5rem 0;
    }

.hours-grid[b-i7l9v2vfat] {
    display: grid;
    gap: 1rem;
}

.hour-item[b-i7l9v2vfat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
}

    .hour-item:last-child[b-i7l9v2vfat] {
        border-bottom: none;
    }

.day[b-i7l9v2vfat] {
    font-weight: 600;
    color: #374151;
}

.time[b-i7l9v2vfat] {
    color: #6b7280;
}

/* Empty State */
.empty-state[b-i7l9v2vfat] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.empty-icon[b-i7l9v2vfat] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    color: #d1d5db;
}

.empty-state h3[b-i7l9v2vfat] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.empty-state p[b-i7l9v2vfat] {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 auto;
}

/* Modal Styles */
.modal-overlay[b-i7l9v2vfat] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-i7l9v2vfat] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    animation: modalSlideIn-b-i7l9v2vfat 0.2s ease-out;
}

@keyframes modalSlideIn-b-i7l9v2vfat {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header[b-i7l9v2vfat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #f1f5f9;
}

    .modal-header h3[b-i7l9v2vfat] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1f2937;
        margin: 0;
    }

.modal-close[b-i7l9v2vfat] {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #6b7280;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover[b-i7l9v2vfat] {
        background: #f3f4f6;
        color: #374151;
    }

.modal-body[b-i7l9v2vfat] {
    padding: 2rem;
    max-height: 60vh;
    overflow-y: auto;
}

.form-group[b-i7l9v2vfat] {
    margin-bottom: 1.5rem;
}

.form-row[b-i7l9v2vfat] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group label[b-i7l9v2vfat] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control[b-i7l9v2vfat] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

    .form-control:focus[b-i7l9v2vfat] {
        outline: none;
        border-color: #F6821F;
        box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.1);
    }

.textarea[b-i7l9v2vfat] {
    resize: vertical;
    min-height: 120px;
}

.file-upload[b-i7l9v2vfat] {
    position: relative;
}

    .file-upload input[type="file"][b-i7l9v2vfat] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.file-upload-label[b-i7l9v2vfat] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    color: #6b7280;
}

    .file-upload-label:hover[b-i7l9v2vfat] {
        border-color: #F6821F;
        color: #F6821F;
        background: rgba(246, 130, 31, 0.02);
    }

.modal-footer[b-i7l9v2vfat] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 2rem 2rem;
    border-top: 1px solid #f1f5f9;
}

    .modal-footer .btn[b-i7l9v2vfat] {
        flex: 1;
        justify-content: center;
    }

.loading-spinner[b-i7l9v2vfat] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-i7l9v2vfat 1s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin-b-i7l9v2vfat {
    to {
        transform: rotate(360deg);
    }
}

.validation-message[b-i7l9v2vfat] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .support-container[b-i7l9v2vfat] {
        padding: 1.5rem;
    }

    .quick-actions-grid[b-i7l9v2vfat] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .action-card[b-i7l9v2vfat] {
        flex-direction: column;
        text-align: center;
    }

    .contact-grid[b-i7l9v2vfat] {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .tab-header[b-i7l9v2vfat] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .faq-search[b-i7l9v2vfat] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .support-container[b-i7l9v2vfat] {
        padding: 1rem;
    }

    .support-title[b-i7l9v2vfat] {
        font-size: 1.8rem;
    }

    .quick-actions-grid[b-i7l9v2vfat] {
        grid-template-columns: 1fr;
    }

    .tab-navigation[b-i7l9v2vfat] {
        flex-direction: column;
    }

    .tab-btn[b-i7l9v2vfat] {
        text-align: left;
        border-bottom: none;
        border-right: 3px solid transparent;
    }

        .tab-btn.active[b-i7l9v2vfat] {
            border-bottom-color: transparent;
            border-right-color: #F6821F;
        }

    .tab-content[b-i7l9v2vfat] {
        padding: 1.5rem;
    }

    .faq-categories[b-i7l9v2vfat] {
        justify-content: center;
    }

    .ticket-header[b-i7l9v2vfat] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .ticket-details[b-i7l9v2vfat] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .contact-grid[b-i7l9v2vfat] {
        grid-template-columns: 1fr;
    }

    .form-row[b-i7l9v2vfat] {
        grid-template-columns: 1fr;
    }

    .modal-content[b-i7l9v2vfat] {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .modal-header[b-i7l9v2vfat],
    .modal-body[b-i7l9v2vfat],
    .modal-footer[b-i7l9v2vfat] {
        padding: 1.5rem;
    }

    .modal-footer[b-i7l9v2vfat] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .action-icon[b-i7l9v2vfat] {
        width: 48px;
        height: 48px;
    }

    .contact-card[b-i7l9v2vfat] {
        padding: 1.5rem;
    }

    .hours-grid[b-i7l9v2vfat] {
        gap: 0.5rem;
    }

    .hour-item[b-i7l9v2vfat] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .faq-question[b-i7l9v2vfat],
    .faq-answer[b-i7l9v2vfat] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ticket-actions[b-i7l9v2vfat] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* _content/SolverCF/Components/Home/Layout/HomeFooter.razor.rz.scp.css */
/* Footer styles */
.footer[b-ezmulf1lr9] {
    background: #fff;
    border-top: 1px solid #feecd9;
    padding-top: 3.5rem;
}

.footer-content[b-ezmulf1lr9] {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
    flex-wrap: wrap;
    gap: 3rem;
}

.footer-brand[b-ezmulf1lr9] {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}

.footer-tagline[b-ezmulf1lr9] {
    margin-top: 1rem;
    color: #5d5d8d;
    line-height: 1.6;
}

.footer-links[b-ezmulf1lr9] {
    display: flex;
    flex: 2;
    gap: 3rem;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-col h4[b-ezmulf1lr9] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #404259;
    margin-bottom: 1.2rem;
}

.footer-col ul[b-ezmulf1lr9] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-col ul li[b-ezmulf1lr9] {
        margin-bottom: 0.8rem;
    }

        .footer-col ul li a[b-ezmulf1lr9] {
            color: #5d5d8d;
            text-decoration: none;
            transition: color 0.2s;
        }

            .footer-col ul li a:hover[b-ezmulf1lr9] {
                color: #F6821F;
            }

.footer-bottom[b-ezmulf1lr9] {
    margin-top: 3.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid #feecd9;
}

.footer-container[b-ezmulf1lr9] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright[b-ezmulf1lr9] {
    color: #5d5d8d;
    font-size: 0.9rem;
}

.social-links[b-ezmulf1lr9] {
    display: flex;
    gap: 1rem;
}

.social-link[b-ezmulf1lr9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff4ea;
    transition: background 0.2s;
}

    .social-link:hover[b-ezmulf1lr9] {
        background: #feecd9;
    }

@media (max-width: 768px) {
    .footer-content[b-ezmulf1lr9] {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-brand[b-ezmulf1lr9] {
        max-width: 100%;
    }

    .footer-links[b-ezmulf1lr9] {
        width: 100%;
    }

    .footer-bottom .footer-container[b-ezmulf1lr9] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* _content/SolverCF/Components/Home/Layout/HomeLayout.razor.rz.scp.css */
/* Overall Container */
.home-container[b-k7t0t5z9ul] {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    color: #404259;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
}

/* Navigation Bar Center Container */
.navbar-center[b-k7t0t5z9ul] {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

/* Navigation Bar */
.top-navbar[b-k7t0t5z9ul] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(246, 130, 31, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #feecd9;
    backdrop-filter: blur(8px);
    height: 70px;
    transition: all 0.3s ease;
}

    /* Add scrolled class with JavaScript for enhanced UX */
    .top-navbar.scrolled[b-k7t0t5z9ul] {
        height: 62px;
        box-shadow: 0 4px 20px rgba(246, 130, 31, 0.15);
        background: rgba(255, 255, 255, 0.98);
    }

/* Account for fixed navbar */
.home-container[b-k7t0t5z9ul] {
    padding-top: 70px;
}

/* Navbar Left */
.navbar-left[b-k7t0t5z9ul] {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.brand[b-k7t0t5z9ul] {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #F6821F;
    text-decoration: none;
    gap: 0.65rem;
    letter-spacing: -0.01em;
    user-select: none;
    transition: color 0.2s;
}

.brand-logo svg[b-k7t0t5z9ul] {
    margin-top: -2px;
}

.brand:hover[b-k7t0t5z9ul] {
    color: #F68C3E;
}

/* Navbar Middle */
.navbar-middle[b-k7t0t5z9ul] {
    display: flex;
    gap: 1.8rem;
    flex: 1;
    justify-content: center;
    align-items: center;
}

    .navbar-middle .nav-link[b-k7t0t5z9ul] {
        color: #404259;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-radius: 6px;
        transition: all 0.2s;
        position: relative;
    }

        .navbar-middle .nav-link:hover[b-k7t0t5z9ul] {
            color: #F6821F;
            background: rgba(246, 130, 31, 0.06);
        }

.icon-menu[b-k7t0t5z9ul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

/* Navbar Right */
.navbar-right[b-k7t0t5z9ul] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .navbar-right .btn[b-k7t0t5z9ul] {
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0.6rem 1.4rem;
        border-radius: 8px;
        transition: all 0.25s;
        outline: none;
        cursor: pointer;
        letter-spacing: -0.01em;
        border: none;
        display: inline-block;
    }

    .navbar-right .btn-outline[b-k7t0t5z9ul] {
        border: 1.5px solid #F6821F;
        color: #F6821F;
        background: transparent;
    }

        .navbar-right .btn-outline:hover[b-k7t0t5z9ul] {
            background: rgba(246, 130, 31, 0.06);
            color: #DB7219;
            transform: translateY(-1px);
        }

    .navbar-right .btn-primary[b-k7t0t5z9ul] {
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
        color: #fff;
        border: none;
        box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    }

        .navbar-right .btn-primary:hover[b-k7t0t5z9ul] {
            background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
            color: #fff;
            box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
            transform: translateY(-1px);
        }

/* Hero Section */
.hero-section[b-k7t0t5z9ul] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 2rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: none;
}

.hero-content[b-k7t0t5z9ul] {
    max-width: 580px;
    z-index: 1;
}

.hero-title[b-k7t0t5z9ul] {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.4rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: fade-in-b-k7t0t5z9ul 0.7s ease-out;
    letter-spacing: -0.02em;
}

.hero-subtitle[b-k7t0t5z9ul] {
    font-size: 1.22rem;
    margin-bottom: 2.2rem;
    color: #5d5d8d;
    line-height: 1.7;
    animation: fade-in-b-k7t0t5z9ul 1s ease-out;
    letter-spacing: -0.01em;
}

.hero-buttons[b-k7t0t5z9ul] {
    display: flex;
    gap: 1.1rem;
    margin-top: 2rem;
    animation: fade-in-b-k7t0t5z9ul 1.2s ease-out;
}

.btn[b-k7t0t5z9ul] {
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.btn-lg[b-k7t0t5z9ul] {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
}

/* Hero Visual Area */
.hero-visual[b-k7t0t5z9ul] {
    position: relative;
    width: 500px;
    height: 420px;
    margin-left: 2rem;
    animation: slow-fade-in-b-k7t0t5z9ul 1s ease-out;
}

.circle-background[b-k7t0t5z9ul] {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(246, 130, 31, 0.08) 0%, rgba(246, 140, 62, 0.15) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-b-k7t0t5z9ul 7s infinite alternate;
    z-index: 0;
}

@keyframes pulse-b-k7t0t5z9ul {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

.data-visualization[b-k7t0t5z9ul] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.data-point[b-k7t0t5z9ul] {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F6821F 60%, #F68C3E 100%);
    box-shadow: 0 0 20px rgba(246, 140, 62, 0.35);
    animation: float-b-k7t0t5z9ul 4s infinite alternate;
}

    .data-point.p1[b-k7t0t5z9ul] {
        top: 21%;
        left: 32%;
        animation-delay: 0s;
    }

    .data-point.p2[b-k7t0t5z9ul] {
        top: 69%;
        left: 20%;
        animation-delay: 0.45s;
    }

    .data-point.p3[b-k7t0t5z9ul] {
        top: 38%;
        left: 73%;
        animation-delay: 1s;
    }

    .data-point.p4[b-k7t0t5z9ul] {
        top: 81%;
        left: 58%;
        animation-delay: 1.5s;
    }

    .data-point.p5[b-k7t0t5z9ul] {
        top: 30%;
        left: 57%;
        animation-delay: 2s;
    }

.data-line[b-k7t0t5z9ul] {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 130, 31, 0.7) 0%, rgba(246, 140, 62, 0.1) 100%);
    opacity: 0.65;
    border-radius: 2px;
    transform-origin: left center;
}

    .data-line.l1[b-k7t0t5z9ul] {
        top: calc(21% + 9px);
        left: calc(32% + 9px);
        width: 180px;
        transform: rotate(25deg);
        animation: fade-in-b-k7t0t5z9ul 2s;
    }

    .data-line.l2[b-k7t0t5z9ul] {
        top: calc(69% + 9px);
        left: calc(20% + 9px);
        width: 240px;
        transform: rotate(-20deg);
        animation: fade-in-b-k7t0t5z9ul 2.2s;
    }

    .data-line.l3[b-k7t0t5z9ul] {
        top: calc(38% + 9px);
        left: calc(73% + 9px);
        width: 115px;
        transform: rotate(-60deg);
        animation: fade-in-b-k7t0t5z9ul 2.4s;
    }

    .data-line.l4[b-k7t0t5z9ul] {
        top: calc(30% + 9px);
        left: calc(57% + 9px);
        width: 135px;
        transform: rotate(45deg);
        animation: fade-in-b-k7t0t5z9ul 2.6s;
    }

@keyframes float-b-k7t0t5z9ul {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-15px) scale(1.15);
    }
}

@keyframes fade-in-b-k7t0t5z9ul {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slow-fade-in-b-k7t0t5z9ul {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Features Section */
.features-section[b-k7t0t5z9ul] {
    padding: 5rem 2rem 5.5rem;
    background: #fff;
    text-align: center;
}

.section-title[b-k7t0t5z9ul] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.features-grid[b-k7t0t5z9ul] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto;
}

.feature-card[b-k7t0t5z9ul] {
    background: #fffaf5;
    padding: 2.3rem 1.5rem 2.1rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(246, 130, 31, 0.07);
    transition: all 0.3s;
    border: 1.5px solid #feecd9;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover[b-k7t0t5z9ul] {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(246, 130, 31, 0.13);
        border-color: #FFCFA0;
    }

.feature-icon[b-k7t0t5z9ul] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #fff6ee 0%, #fffaf5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(246, 130, 31, 0.08);
}

.feature-card h3[b-k7t0t5z9ul] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #404259;
    letter-spacing: -0.01em;
}

.feature-card p[b-k7t0t5z9ul] {
    color: #5d5d8d;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stats Section */
.stats-section[b-k7t0t5z9ul] {
    padding: 3.2rem 2rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-item[b-k7t0t5z9ul] {
    text-align: center;
    color: #fff;
    min-width: 170px;
    flex: 1;
    position: relative;
    max-width: 220px;
}

.stat-icon[b-k7t0t5z9ul] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    min-height: 34px;
}

.stat-number[b-k7t0t5z9ul] {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
}

.stat-label[b-k7t0t5z9ul] {
    font-size: 1.1rem;
    opacity: 0.96;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* CTA Section */
.cta-section[b-k7t0t5z9ul] {
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #fffcfa 0%, #fff4ea 100%);
    text-align: center;
}

.cta-content[b-k7t0t5z9ul] {
    max-width: 720px;
    margin: 0 auto;
}

.cta-section h2[b-k7t0t5z9ul] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.cta-section p[b-k7t0t5z9ul] {
    font-size: 1.15rem;
    color: #5d5d8d;
    margin-bottom: 2.2rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1240px) {
    .hero-section[b-k7t0t5z9ul] {
        flex-direction: column;
        padding: 4rem 2rem 3rem;
        text-align: center;
    }

    .hero-content[b-k7t0t5z9ul] {
        max-width: 720px;
        margin-bottom: 3rem;
    }

    .hero-buttons[b-k7t0t5z9ul] {
        justify-content: center;
    }

    .hero-visual[b-k7t0t5z9ul] {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .navbar-center[b-k7t0t5z9ul] {
        flex-direction: column;
        padding: 0.8rem;
        height: auto;
    }

    .top-navbar[b-k7t0t5z9ul] {
        height: auto;
        padding: 0.6rem 0;
    }

    .navbar-left[b-k7t0t5z9ul] {
        margin-bottom: 0.7rem;
    }

    .navbar-middle[b-k7t0t5z9ul] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin: 0.5rem 0;
    }

    .navbar-right[b-k7t0t5z9ul] {
        margin-top: 0.7rem;
    }

    .hero-title[b-k7t0t5z9ul] {
        font-size: 2.5rem;
    }

    .features-grid[b-k7t0t5z9ul] {
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .navbar-middle[b-k7t0t5z9ul] {
        display: none; /* Consider adding a mobile menu button */
    }

    .navbar-center[b-k7t0t5z9ul] {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-left[b-k7t0t5z9ul], .navbar-right[b-k7t0t5z9ul] {
        margin: 0;
    }

    .hero-title[b-k7t0t5z9ul] {
        font-size: 2rem;
    }

    .hero-subtitle[b-k7t0t5z9ul] {
        font-size: 1.1rem;
    }

    .hero-buttons[b-k7t0t5z9ul] {
        flex-direction: column;
        gap: 1rem;
    }

        .hero-buttons .btn[b-k7t0t5z9ul] {
            width: 100%;
        }

    .stats-section[b-k7t0t5z9ul] {
        padding: 2rem 1rem;
        gap: 2rem 1rem;
    }

    .stat-item[b-k7t0t5z9ul] {
        flex-basis: 45%;
        min-width: 120px;
    }

    .cta-section h2[b-k7t0t5z9ul] {
        font-size: 1.8rem;
    }

    .cta-section p[b-k7t0t5z9ul] {
        font-size: 1rem;
    }
}
/* _content/SolverCF/Components/Home/Layout/HomeNav.razor.rz.scp.css */
/* Overall Container */
.home-container[b-n2r11gnlie] {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    color: #404259;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
}

/* Navigation Bar Center Container */
.navbar-center[b-n2r11gnlie] {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

/* Navigation Bar */
.top-navbar[b-n2r11gnlie] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(246, 130, 31, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #feecd9;
    backdrop-filter: blur(8px);
    height: 70px;
    transition: all 0.3s ease;
}

    /* Add scrolled class with JavaScript for enhanced UX */
    .top-navbar.scrolled[b-n2r11gnlie] {
        height: 62px;
        box-shadow: 0 4px 20px rgba(246, 130, 31, 0.15);
        background: rgba(255, 255, 255, 0.98);
    }

/* Account for fixed navbar */
.home-container[b-n2r11gnlie] {
    padding-top: 70px;
}

/* Navbar Left */
.navbar-left[b-n2r11gnlie] {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.brand[b-n2r11gnlie] {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #F6821F;
    text-decoration: none;
    gap: 0.65rem;
    letter-spacing: -0.01em;
    user-select: none;
    transition: color 0.2s;
}

.brand-logo svg[b-n2r11gnlie] {
    margin-top: -2px;
}

.brand:hover[b-n2r11gnlie] {
    color: #F68C3E;
}

/* Navbar Middle */
.navbar-middle[b-n2r11gnlie] {
    display: flex;
    gap: 1.8rem;
    flex: 1;
    justify-content: center;
    align-items: center;
}

    .navbar-middle .nav-link[b-n2r11gnlie] {
        color: #404259;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-radius: 6px;
        transition: all 0.2s;
        position: relative;
    }

        .navbar-middle .nav-link:hover[b-n2r11gnlie] {
            color: #F6821F;
            background: rgba(246, 130, 31, 0.06);
        }

.icon-menu[b-n2r11gnlie] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

/* Navbar Right */
.navbar-right[b-n2r11gnlie] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .navbar-right .btn[b-n2r11gnlie] {
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0.6rem 1.4rem;
        border-radius: 8px;
        transition: all 0.25s;
        outline: none;
        cursor: pointer;
        letter-spacing: -0.01em;
        border: none;
        display: inline-block;
    }

    .navbar-right .btn-outline[b-n2r11gnlie] {
        border: 1.5px solid #F6821F;
        color: #F6821F;
        background: transparent;
    }

        .navbar-right .btn-outline:hover[b-n2r11gnlie] {
            background: rgba(246, 130, 31, 0.06);
            color: #DB7219;
            transform: translateY(-1px);
        }

    .navbar-right .btn-primary[b-n2r11gnlie] {
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
        color: #fff;
        border: none;
        box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    }

        .navbar-right .btn-primary:hover[b-n2r11gnlie] {
            background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
            color: #fff;
            box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
            transform: translateY(-1px);
        }

/* Hero Section */
.hero-section[b-n2r11gnlie] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 2rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: none;
}

.hero-content[b-n2r11gnlie] {
    max-width: 580px;
    z-index: 1;
}

.hero-title[b-n2r11gnlie] {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.4rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: fade-in-b-n2r11gnlie 0.7s ease-out;
    letter-spacing: -0.02em;
}

.hero-subtitle[b-n2r11gnlie] {
    font-size: 1.22rem;
    margin-bottom: 2.2rem;
    color: #5d5d8d;
    line-height: 1.7;
    animation: fade-in-b-n2r11gnlie 1s ease-out;
    letter-spacing: -0.01em;
}

.hero-buttons[b-n2r11gnlie] {
    display: flex;
    gap: 1.1rem;
    margin-top: 2rem;
    animation: fade-in-b-n2r11gnlie 1.2s ease-out;
}

.btn[b-n2r11gnlie] {
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.btn-lg[b-n2r11gnlie] {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
}

/* Hero Visual Area */
.hero-visual[b-n2r11gnlie] {
    position: relative;
    width: 500px;
    height: 420px;
    margin-left: 2rem;
    animation: slow-fade-in-b-n2r11gnlie 1s ease-out;
}

.circle-background[b-n2r11gnlie] {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(246, 130, 31, 0.08) 0%, rgba(246, 140, 62, 0.15) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-b-n2r11gnlie 7s infinite alternate;
    z-index: 0;
}

@keyframes pulse-b-n2r11gnlie {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

.data-visualization[b-n2r11gnlie] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.data-point[b-n2r11gnlie] {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F6821F 60%, #F68C3E 100%);
    box-shadow: 0 0 20px rgba(246, 140, 62, 0.35);
    animation: float-b-n2r11gnlie 4s infinite alternate;
}

    .data-point.p1[b-n2r11gnlie] {
        top: 21%;
        left: 32%;
        animation-delay: 0s;
    }

    .data-point.p2[b-n2r11gnlie] {
        top: 69%;
        left: 20%;
        animation-delay: 0.45s;
    }

    .data-point.p3[b-n2r11gnlie] {
        top: 38%;
        left: 73%;
        animation-delay: 1s;
    }

    .data-point.p4[b-n2r11gnlie] {
        top: 81%;
        left: 58%;
        animation-delay: 1.5s;
    }

    .data-point.p5[b-n2r11gnlie] {
        top: 30%;
        left: 57%;
        animation-delay: 2s;
    }

.data-line[b-n2r11gnlie] {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 130, 31, 0.7) 0%, rgba(246, 140, 62, 0.1) 100%);
    opacity: 0.65;
    border-radius: 2px;
    transform-origin: left center;
}

    .data-line.l1[b-n2r11gnlie] {
        top: calc(21% + 9px);
        left: calc(32% + 9px);
        width: 180px;
        transform: rotate(25deg);
        animation: fade-in-b-n2r11gnlie 2s;
    }

    .data-line.l2[b-n2r11gnlie] {
        top: calc(69% + 9px);
        left: calc(20% + 9px);
        width: 240px;
        transform: rotate(-20deg);
        animation: fade-in-b-n2r11gnlie 2.2s;
    }

    .data-line.l3[b-n2r11gnlie] {
        top: calc(38% + 9px);
        left: calc(73% + 9px);
        width: 115px;
        transform: rotate(-60deg);
        animation: fade-in-b-n2r11gnlie 2.4s;
    }

    .data-line.l4[b-n2r11gnlie] {
        top: calc(30% + 9px);
        left: calc(57% + 9px);
        width: 135px;
        transform: rotate(45deg);
        animation: fade-in-b-n2r11gnlie 2.6s;
    }

@keyframes float-b-n2r11gnlie {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-15px) scale(1.15);
    }
}

@keyframes fade-in-b-n2r11gnlie {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slow-fade-in-b-n2r11gnlie {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Features Section */
.features-section[b-n2r11gnlie] {
    padding: 5rem 2rem 5.5rem;
    background: #fff;
    text-align: center;
}

.section-title[b-n2r11gnlie] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.features-grid[b-n2r11gnlie] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto;
}

.feature-card[b-n2r11gnlie] {
    background: #fffaf5;
    padding: 2.3rem 1.5rem 2.1rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(246, 130, 31, 0.07);
    transition: all 0.3s;
    border: 1.5px solid #feecd9;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover[b-n2r11gnlie] {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(246, 130, 31, 0.13);
        border-color: #FFCFA0;
    }

.feature-icon[b-n2r11gnlie] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #fff6ee 0%, #fffaf5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(246, 130, 31, 0.08);
}

.feature-card h3[b-n2r11gnlie] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #404259;
    letter-spacing: -0.01em;
}

.feature-card p[b-n2r11gnlie] {
    color: #5d5d8d;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stats Section */
.stats-section[b-n2r11gnlie] {
    padding: 3.2rem 2rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-item[b-n2r11gnlie] {
    text-align: center;
    color: #fff;
    min-width: 170px;
    flex: 1;
    position: relative;
    max-width: 220px;
}

.stat-icon[b-n2r11gnlie] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    min-height: 34px;
}

.stat-number[b-n2r11gnlie] {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
}

.stat-label[b-n2r11gnlie] {
    font-size: 1.1rem;
    opacity: 0.96;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* CTA Section */
.cta-section[b-n2r11gnlie] {
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #fffcfa 0%, #fff4ea 100%);
    text-align: center;
}

.cta-content[b-n2r11gnlie] {
    max-width: 720px;
    margin: 0 auto;
}

.cta-section h2[b-n2r11gnlie] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.cta-section p[b-n2r11gnlie] {
    font-size: 1.15rem;
    color: #5d5d8d;
    margin-bottom: 2.2rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1240px) {
    .hero-section[b-n2r11gnlie] {
        flex-direction: column;
        padding: 4rem 2rem 3rem;
        text-align: center;
    }

    .hero-content[b-n2r11gnlie] {
        max-width: 720px;
        margin-bottom: 3rem;
    }

    .hero-buttons[b-n2r11gnlie] {
        justify-content: center;
    }

    .hero-visual[b-n2r11gnlie] {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .navbar-center[b-n2r11gnlie] {
        flex-direction: column;
        padding: 0.8rem;
        height: auto;
    }

    .top-navbar[b-n2r11gnlie] {
        height: auto;
        padding: 0.6rem 0;
    }

    .navbar-left[b-n2r11gnlie] {
        margin-bottom: 0.7rem;
    }

    .navbar-middle[b-n2r11gnlie] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin: 0.5rem 0;
    }

    .navbar-right[b-n2r11gnlie] {
        margin-top: 0.7rem;
    }

    .hero-title[b-n2r11gnlie] {
        font-size: 2.5rem;
    }

    .features-grid[b-n2r11gnlie] {
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .navbar-middle[b-n2r11gnlie] {
        display: none; /* Consider adding a mobile menu button */
    }

    .navbar-center[b-n2r11gnlie] {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-left[b-n2r11gnlie], .navbar-right[b-n2r11gnlie] {
        margin: 0;
    }

    .hero-title[b-n2r11gnlie] {
        font-size: 2rem;
    }

    .hero-subtitle[b-n2r11gnlie] {
        font-size: 1.1rem;
    }

    .hero-buttons[b-n2r11gnlie] {
        flex-direction: column;
        gap: 1rem;
    }

        .hero-buttons .btn[b-n2r11gnlie] {
            width: 100%;
        }

    .stats-section[b-n2r11gnlie] {
        padding: 2rem 1rem;
        gap: 2rem 1rem;
    }

    .stat-item[b-n2r11gnlie] {
        flex-basis: 45%;
        min-width: 120px;
    }

    .cta-section h2[b-n2r11gnlie] {
        font-size: 1.8rem;
    }

    .cta-section p[b-n2r11gnlie] {
        font-size: 1rem;
    }
}
/* _content/SolverCF/Components/Home/Pages/Blog.razor.rz.scp.css */
.page-container[b-xg7508riim] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
}

.page-header[b-xg7508riim] {
    text-align: center;
    margin-bottom: 3rem;
}

    .page-header h1[b-xg7508riim] {
        font-size: 2.6rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }

    .page-header .subtitle[b-xg7508riim] {
        font-size: 1.2rem;
        color: #5d5d8d;
        max-width: 600px;
        margin: 0 auto;
    }

.blog-posts[b-xg7508riim] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    padding: 2rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #404259;
}

    /* Heading levels inside docs */
    .blog-posts h2[b-xg7508riim] {
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #404259;
    }

    .blog-posts h3[b-xg7508riim] {
        font-size: 1.4rem;
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
        color: #F6821F;
    }

    /* Paragraphs and lists */
    .blog-posts p[b-xg7508riim] {
        margin-bottom: 1rem;
    }

    .blog-posts ul[b-xg7508riim] {
        list-style: disc inside;
        margin: 1rem 0;
        padding-left: 1rem;
        color: #5d5d8d;
    }

    .blog-posts code[b-xg7508riim] {
        background: #f5f5f5;
        padding: 0.2rem 0.4rem;
        border-radius: 4px;
        font-family: monospace;
        color: #d63384;
    }

/* Responsive */
@media (max-width: 768px) {
    .page-header h1[b-xg7508riim] {
        font-size: 2rem;
    }

    .page-header .subtitle[b-xg7508riim] {
        font-size: 1rem;
    }

    .blog-posts[b-xg7508riim] {
        padding: 1.5rem;
        font-size: 0.95rem;
    }
}
/* _content/SolverCF/Components/Home/Pages/Docs.razor.rz.scp.css */
.page-container[b-4j6vp2dazb] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
}

.page-header[b-4j6vp2dazb] {
    text-align: center;
    margin-bottom: 3rem;
}

    .page-header h1[b-4j6vp2dazb] {
        font-size: 2.6rem;
        font-weight: 800;
        color: #404259;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }

    .page-header .subtitle[b-4j6vp2dazb] {
        font-size: 1.2rem;
        color: #5d5d8d;
        max-width: 600px;
        margin: 0 auto;
    }

.docs-content[b-4j6vp2dazb] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    padding: 2rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #404259;
}

    /* Heading levels inside docs */
    .docs-content h2[b-4j6vp2dazb] {
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #404259;
    }

    .docs-content h3[b-4j6vp2dazb] {
        font-size: 1.4rem;
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
        color: #F6821F;
    }

    /* Paragraphs and lists */
    .docs-content p[b-4j6vp2dazb] {
        margin-bottom: 1rem;
    }

    .docs-content ul[b-4j6vp2dazb] {
        list-style: disc inside;
        margin: 1rem 0;
        padding-left: 1rem;
        color: #5d5d8d;
    }

    .docs-content code[b-4j6vp2dazb] {
        background: #f5f5f5;
        padding: 0.2rem 0.4rem;
        border-radius: 4px;
        font-family: monospace;
        color: #d63384;
    }

/* Responsive */
@media (max-width: 768px) {
    .page-header h1[b-4j6vp2dazb] {
        font-size: 2rem;
    }

    .page-header .subtitle[b-4j6vp2dazb] {
        font-size: 1rem;
    }

    .docs-content[b-4j6vp2dazb] {
        padding: 1.5rem;
        font-size: 0.95rem;
    }
}
/* _content/SolverCF/Components/Home/Pages/FreeTrial.razor.rz.scp.css */
.trial-container[b-2rrsler1id] {
    min-height: 100vh;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

/* Hero Section */
.hero-section[b-2rrsler1id] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 80vh;
}

.hero-badge[b-2rrsler1id] {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.badge-text[b-2rrsler1id],
.badge-button[b-2rrsler1id] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none; /* bỏ gạch chân */
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .badge-button:hover[b-2rrsler1id] {
        background: linear-gradient(90deg, #F68C3E 0%, #F6821F 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(246, 130, 31, 0.4);
    }


.hero-title[b-2rrsler1id] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #1f2937;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.highlight[b-2rrsler1id] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle[b-2rrsler1id] {
    font-size: 1.25rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.hero-features[b-2rrsler1id] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.feature-item[b-2rrsler1id] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #374151;
}

.feature-icon[b-2rrsler1id] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Hero Visual */
.hero-visual[b-2rrsler1id] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.api-demo-card[b-2rrsler1id] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    animation: float-b-2rrsler1id 6s ease-in-out infinite;
}

@keyframes float-b-2rrsler1id {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.demo-header[b-2rrsler1id] {
    background: #f8fafc;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}

.demo-title[b-2rrsler1id] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.9rem;
}

.status-indicator[b-2rrsler1id] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #10b981;
    font-weight: 600;
}

.status-dot[b-2rrsler1id] {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse-b-2rrsler1id 2s infinite;
}

@keyframes pulse-b-2rrsler1id {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.demo-content[b-2rrsler1id] {
    padding: 1.5rem;
}

.code-block[b-2rrsler1id] {
    background: #1f2937;
    color: #e5e7eb;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow-x: auto;
    margin: 0;
    font-family: 'Monaco', 'Menlo', monospace;
}

/* Form Section */
.form-section[b-2rrsler1id] {
    padding: 4rem 2rem;
    background: white;
}

.form-container[b-2rrsler1id] {
    max-width: 600px;
    margin: 0 auto;
}

.form-card[b-2rrsler1id] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.form-header[b-2rrsler1id] {
    background: linear-gradient(135deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    padding: 3rem 2.5rem 2rem;
    text-align: center;
}

    .form-header h2[b-2rrsler1id] {
        font-size: 2rem;
        font-weight: 700;
        margin: 0 0 0.75rem 0;
    }

    .form-header p[b-2rrsler1id] {
        opacity: 0.9;
        font-size: 1.1rem;
        margin: 0;
        line-height: 1.5;
    }

.form-body[b-2rrsler1id] {
    padding: 2.5rem;
}

.form-row[b-2rrsler1id] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group[b-2rrsler1id] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-2rrsler1id] {
        display: block;
        font-weight: 600;
        color: #374151;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

.form-control[b-2rrsler1id] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.2s;
    background: white;
}

    .form-control:focus[b-2rrsler1id] {
        outline: none;
        border-color: #F6821F;
        box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.1);
    }

.checkbox-group[b-2rrsler1id] {
    margin-top: 2rem;
}

.checkbox-label[b-2rrsler1id] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    line-height: 1.5;
}

.checkbox[b-2rrsler1id] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkmark[b-2rrsler1id] {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.checkbox:checked + .checkmark[b-2rrsler1id] {
    background: #F6821F;
    border-color: #F6821F;
}

    .checkbox:checked + .checkmark[b-2rrsler1id]::after {
        content: '✓';
        color: white;
        font-weight: bold;
        font-size: 0.8rem;
    }

.checkbox-text[b-2rrsler1id] {
    color: #6b7280;
    font-size: 0.95rem;
}

    .checkbox-text a[b-2rrsler1id] {
        color: #F6821F;
        text-decoration: none;
        font-weight: 600;
    }

        .checkbox-text a:hover[b-2rrsler1id] {
            text-decoration: underline;
        }

.form-footer[b-2rrsler1id] {
    padding: 0 2.5rem 2.5rem;
}

.btn-primary[b-2rrsler1id] {
    width: 100%;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
}

    .btn-primary:hover:not(:disabled)[b-2rrsler1id] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(246, 130, 31, 0.4);
    }

    .btn-primary:disabled[b-2rrsler1id] {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none;
    }

.btn-icon[b-2rrsler1id] {
    display: inline-flex;
}

.loading-spinner[b-2rrsler1id] {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-2rrsler1id 1s linear infinite;
}

@keyframes spin-b-2rrsler1id {
    to {
        transform: rotate(360deg);
    }
}

/* Success Card */
.success-card[b-2rrsler1id] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    padding: 3rem;
    text-align: center;
}

.success-icon[b-2rrsler1id] {
    margin: 0 auto 2rem;
    display: flex;
    justify-content: center;
}

.success-title[b-2rrsler1id] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.success-[b-2rrsler1id]
/* _content/SolverCF/Components/Home/Pages/Home.razor.rz.scp.css */
/* Overall Container */
.home-container[b-2cfdn7uabp] {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    color: #404259;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(120deg, #fffcfa 0%, #fff4ea 100%);
}

/* Navigation Bar Center Container */
.navbar-center[b-2cfdn7uabp] {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

/* Navigation Bar */
.top-navbar[b-2cfdn7uabp] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(246, 130, 31, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #feecd9;
    backdrop-filter: blur(8px);
    height: 70px;
    transition: all 0.3s ease;
}

    /* Add scrolled class with JavaScript for enhanced UX */
    .top-navbar.scrolled[b-2cfdn7uabp] {
        height: 62px;
        box-shadow: 0 4px 20px rgba(246, 130, 31, 0.15);
        background: rgba(255, 255, 255, 0.98);
    }

/* Account for fixed navbar */
.home-container[b-2cfdn7uabp] {
    padding-top: 70px;
}

/* Navbar Left */
.navbar-left[b-2cfdn7uabp] {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.brand[b-2cfdn7uabp] {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #F6821F;
    text-decoration: none;
    gap: 0.65rem;
    letter-spacing: -0.01em;
    user-select: none;
    transition: color 0.2s;
}

.brand-logo svg[b-2cfdn7uabp] {
    margin-top: -2px;
}

.brand:hover[b-2cfdn7uabp] {
    color: #F68C3E;
}

/* Navbar Middle */
.navbar-middle[b-2cfdn7uabp] {
    display: flex;
    gap: 1.8rem;
    flex: 1;
    justify-content: center;
    align-items: center;
}

    .navbar-middle .nav-link[b-2cfdn7uabp] {
        color: #404259;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-radius: 6px;
        transition: all 0.2s;
        position: relative;
    }

        .navbar-middle .nav-link:hover[b-2cfdn7uabp] {
            color: #F6821F;
            background: rgba(246, 130, 31, 0.06);
        }

.icon-menu[b-2cfdn7uabp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

/* Navbar Right */
.navbar-right[b-2cfdn7uabp] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .navbar-right .btn[b-2cfdn7uabp] {
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0.6rem 1.4rem;
        border-radius: 8px;
        transition: all 0.25s;
        outline: none;
        cursor: pointer;
        letter-spacing: -0.01em;
        border: none;
        display: inline-block;
    }

    .navbar-right .btn-outline[b-2cfdn7uabp] {
        border: 1.5px solid #F6821F;
        color: #F6821F;
        background: transparent;
    }

        .navbar-right .btn-outline:hover[b-2cfdn7uabp] {
            background: rgba(246, 130, 31, 0.06);
            color: #DB7219;
            transform: translateY(-1px);
        }

    .navbar-right .btn-primary[b-2cfdn7uabp] {
        background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
        color: #fff;
        border: none;
        box-shadow: 0 3px 10px rgba(246, 130, 31, 0.15);
    }

        .navbar-right .btn-primary:hover[b-2cfdn7uabp] {
            background: linear-gradient(90deg, #DB7219 0%, #F6821F 100%);
            color: #fff;
            box-shadow: 0 5px 15px rgba(246, 130, 31, 0.25);
            transform: translateY(-1px);
        }

/* Hero Section */
.hero-section[b-2cfdn7uabp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 2rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: none;
}

.hero-content[b-2cfdn7uabp] {
    max-width: 580px;
    z-index: 1;
}

.hero-title[b-2cfdn7uabp] {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.4rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: fade-in-b-2cfdn7uabp 0.7s ease-out;
    letter-spacing: -0.02em;
}

.hero-subtitle[b-2cfdn7uabp] {
    font-size: 1.22rem;
    margin-bottom: 2.2rem;
    color: #5d5d8d;
    line-height: 1.7;
    animation: fade-in-b-2cfdn7uabp 1s ease-out;
    letter-spacing: -0.01em;
}

.hero-buttons[b-2cfdn7uabp] {
    display: flex;
    gap: 1.1rem;
    margin-top: 2rem;
    animation: fade-in-b-2cfdn7uabp 1.2s ease-out;
}

.btn[b-2cfdn7uabp] {
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.btn-lg[b-2cfdn7uabp] {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
}

/* Hero Visual Area */
.hero-visual[b-2cfdn7uabp] {
    position: relative;
    width: 500px;
    height: 420px;
    margin-left: 2rem;
    animation: slow-fade-in-b-2cfdn7uabp 1s ease-out;
}

.circle-background[b-2cfdn7uabp] {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(246, 130, 31, 0.08) 0%, rgba(246, 140, 62, 0.15) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-b-2cfdn7uabp 7s infinite alternate;
    z-index: 0;
}

@keyframes pulse-b-2cfdn7uabp {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

.data-visualization[b-2cfdn7uabp] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.data-point[b-2cfdn7uabp] {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F6821F 60%, #F68C3E 100%);
    box-shadow: 0 0 20px rgba(246, 140, 62, 0.35);
    animation: float-b-2cfdn7uabp 4s infinite alternate;
}

    .data-point.p1[b-2cfdn7uabp] {
        top: 21%;
        left: 32%;
        animation-delay: 0s;
    }

    .data-point.p2[b-2cfdn7uabp] {
        top: 69%;
        left: 20%;
        animation-delay: 0.45s;
    }

    .data-point.p3[b-2cfdn7uabp] {
        top: 38%;
        left: 73%;
        animation-delay: 1s;
    }

    .data-point.p4[b-2cfdn7uabp] {
        top: 81%;
        left: 58%;
        animation-delay: 1.5s;
    }

    .data-point.p5[b-2cfdn7uabp] {
        top: 30%;
        left: 57%;
        animation-delay: 2s;
    }

.data-line[b-2cfdn7uabp] {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 130, 31, 0.7) 0%, rgba(246, 140, 62, 0.1) 100%);
    opacity: 0.65;
    border-radius: 2px;
    transform-origin: left center;
}

    .data-line.l1[b-2cfdn7uabp] {
        top: calc(21% + 9px);
        left: calc(32% + 9px);
        width: 180px;
        transform: rotate(25deg);
        animation: fade-in-b-2cfdn7uabp 2s;
    }

    .data-line.l2[b-2cfdn7uabp] {
        top: calc(69% + 9px);
        left: calc(20% + 9px);
        width: 240px;
        transform: rotate(-20deg);
        animation: fade-in-b-2cfdn7uabp 2.2s;
    }

    .data-line.l3[b-2cfdn7uabp] {
        top: calc(38% + 9px);
        left: calc(73% + 9px);
        width: 115px;
        transform: rotate(-60deg);
        animation: fade-in-b-2cfdn7uabp 2.4s;
    }

    .data-line.l4[b-2cfdn7uabp] {
        top: calc(30% + 9px);
        left: calc(57% + 9px);
        width: 135px;
        transform: rotate(45deg);
        animation: fade-in-b-2cfdn7uabp 2.6s;
    }

@keyframes float-b-2cfdn7uabp {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-15px) scale(1.15);
    }
}

@keyframes fade-in-b-2cfdn7uabp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slow-fade-in-b-2cfdn7uabp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Features Section */
.features-section[b-2cfdn7uabp] {
    padding: 5rem 2rem 5.5rem;
    background: #fff;
    text-align: center;
}

.section-title[b-2cfdn7uabp] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.features-grid[b-2cfdn7uabp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto;
}

.feature-card[b-2cfdn7uabp] {
    background: #fffaf5;
    padding: 2.3rem 1.5rem 2.1rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(246, 130, 31, 0.07);
    transition: all 0.3s;
    border: 1.5px solid #feecd9;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover[b-2cfdn7uabp] {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(246, 130, 31, 0.13);
        border-color: #FFCFA0;
    }

.feature-icon[b-2cfdn7uabp] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #fff6ee 0%, #fffaf5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(246, 130, 31, 0.08);
}

.feature-card h3[b-2cfdn7uabp] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #404259;
    letter-spacing: -0.01em;
}

.feature-card p[b-2cfdn7uabp] {
    color: #5d5d8d;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stats Section */
.stats-section[b-2cfdn7uabp] {
    padding: 3.2rem 2rem;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-item[b-2cfdn7uabp] {
    text-align: center;
    color: #fff;
    min-width: 170px;
    flex: 1;
    position: relative;
    max-width: 220px;
}

.stat-icon[b-2cfdn7uabp] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    min-height: 34px;
}

.stat-number[b-2cfdn7uabp] {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
}

.stat-label[b-2cfdn7uabp] {
    font-size: 1.1rem;
    opacity: 0.96;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* CTA Section */
.cta-section[b-2cfdn7uabp] {
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #fffcfa 0%, #fff4ea 100%);
    text-align: center;
}

.cta-content[b-2cfdn7uabp] {
    max-width: 720px;
    margin: 0 auto;
}

.cta-section h2[b-2cfdn7uabp] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #404259;
    letter-spacing: -0.02em;
}

.cta-section p[b-2cfdn7uabp] {
    font-size: 1.15rem;
    color: #5d5d8d;
    margin-bottom: 2.2rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1240px) {
    .hero-section[b-2cfdn7uabp] {
        flex-direction: column;
        padding: 4rem 2rem 3rem;
        text-align: center;
    }

    .hero-content[b-2cfdn7uabp] {
        max-width: 720px;
        margin-bottom: 3rem;
    }

    .hero-buttons[b-2cfdn7uabp] {
        justify-content: center;
    }

    .hero-visual[b-2cfdn7uabp] {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .navbar-center[b-2cfdn7uabp] {
        flex-direction: column;
        padding: 0.8rem;
        height: auto;
    }

    .top-navbar[b-2cfdn7uabp] {
        height: auto;
        padding: 0.6rem 0;
    }

    .navbar-left[b-2cfdn7uabp] {
        margin-bottom: 0.7rem;
    }

    .navbar-middle[b-2cfdn7uabp] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin: 0.5rem 0;
    }

    .navbar-right[b-2cfdn7uabp] {
        margin-top: 0.7rem;
    }

    .hero-title[b-2cfdn7uabp] {
        font-size: 2.5rem;
    }

    .features-grid[b-2cfdn7uabp] {
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .navbar-middle[b-2cfdn7uabp] {
        display: none; /* Consider adding a mobile menu button */
    }

    .navbar-center[b-2cfdn7uabp] {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-left[b-2cfdn7uabp], .navbar-right[b-2cfdn7uabp] {
        margin: 0;
    }

    .hero-title[b-2cfdn7uabp] {
        font-size: 2rem;
    }

    .hero-subtitle[b-2cfdn7uabp] {
        font-size: 1.1rem;
    }

    .hero-buttons[b-2cfdn7uabp] {
        flex-direction: column;
        gap: 1rem;
    }

        .hero-buttons .btn[b-2cfdn7uabp] {
            width: 100%;
        }

    .stats-section[b-2cfdn7uabp] {
        padding: 2rem 1rem;
        gap: 2rem 1rem;
    }

    .stat-item[b-2cfdn7uabp] {
        flex-basis: 45%;
        min-width: 120px;
    }

    .cta-section h2[b-2cfdn7uabp] {
        font-size: 1.8rem;
    }

    .cta-section p[b-2cfdn7uabp] {
        font-size: 1rem;
    }
}
/* _content/SolverCF/Components/Home/Pages/Pricing.razor.rz.scp.css */
.pricing-container[b-7tb4wfeets] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
}

.pricing-header[b-7tb4wfeets] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-title[b-7tb4wfeets] {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #404259;
    letter-spacing: -0.02em;
    padding-top: 30px;
}

.section-subtitle[b-7tb4wfeets] {
    font-size: 1.2rem;
    color: #5d5d8d;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-table-container[b-7tb4wfeets] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(246, 130, 31, 0.08);
    border: 1px solid #feecd9;
    overflow: hidden;
    margin-bottom: 3rem;
}

.pricing-table[b-7tb4wfeets] {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table-header[b-7tb4wfeets] {
    display: flex;
    border-bottom: 2px solid #feecd9;
    background: #fffaf5;
    padding: 1.2rem 1.5rem;
    font-weight: 700;
    color: #404259;
    font-size: 1.1rem;
}

.pricing-row[b-7tb4wfeets] {
    display: flex;
    border-bottom: 1px solid #feecd9;
    padding: 1.5rem;
    align-items: center;
}

    .pricing-row:last-child[b-7tb4wfeets] {
        border-bottom: none;
    }

    .pricing-row:hover[b-7tb4wfeets] {
        background-color: #fffaf5;
    }

.col-solution[b-7tb4wfeets] {
    flex: 3;
    padding-right: 1rem;
}

.col-type[b-7tb4wfeets] {
    flex: 2;
}

.col-speed[b-7tb4wfeets] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.col-price[b-7tb4wfeets] {
    flex: 2;
    text-align: center; /* căn giữa theo cột */
    padding-left: 1rem;
    display: flex;
    justify-content: right;
}

.col-solution h3[b-7tb4wfeets] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #404259;
    margin: 0;
}

.solution-type[b-7tb4wfeets] {
    color: #F6821F;
    font-size: 0.9rem;
    font-weight: 600;
    background: #fff4ea;
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 20px;
}

.speed-indicator[b-7tb4wfeets] {
    font-weight: 600;
    color: #F6821F;
    font-size: 1rem;
}

.price-tag[b-7tb4wfeets] {
    margin-bottom: 0.3rem;
}

.price-amount[b-7tb4wfeets] {
    font-weight: 800;
    font-size: 1.3rem;
    color: #404259;
    margin-bottom: 2px;
}

.price-divider[b-7tb4wfeets] {
    width: 100%;
    border-top: 1px solid #000;
    margin: 2px 0;
}

.price-unit[b-7tb4wfeets] {
    color: #5d5d8d;
    font-size: 0.9rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .pricing-table-header[b-7tb4wfeets],
    .pricing-row[b-7tb4wfeets] {
        padding: 1rem;
    }

    .section-title[b-7tb4wfeets] {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .pricing-row[b-7tb4wfeets] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
        gap: 1rem;
    }

    .pricing-table-header[b-7tb4wfeets] {
        display: none;
    }

    .col-solution[b-7tb4wfeets], .col-type[b-7tb4wfeets], .col-speed[b-7tb4wfeets], .col-price[b-7tb4wfeets] {
        width: 100%;
        text-align: left;
        padding: 0.5rem 0;
    }

    .col-price[b-7tb4wfeets] {
        border-top: 1px solid #feecd9;
        padding-top: 1rem;
        margin-top: 0.5rem;
    }
}

/* _content/SolverCF/Components/Shared/Dialog.razor.rz.scp.css */
.modal-backdrop[b-q6uzp59qr3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    backdrop-filter: blur(2px);
}

.modal-dialog[b-q6uzp59qr3] {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 1.75rem auto;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content[b-q6uzp59qr3] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: slideIn-b-q6uzp59qr3 0.2s ease-out;
}

@keyframes slideIn-b-q6uzp59qr3 {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-body[b-q6uzp59qr3] {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem 2rem 1rem;
}

.single-message[b-q6uzp59qr3] {
    margin: 0;
    color: #6b7280;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
}

.multiple-messages[b-q6uzp59qr3] {
    text-align: left;
}

.message-title[b-q6uzp59qr3] {
    margin: 0 0 1rem 0;
    color: #374151;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.message-list[b-q6uzp59qr3] {
    margin: 0;
    padding-left: 1.5rem;
    color: #6b7280;
    line-height: 1.6;
}

    .message-list li[b-q6uzp59qr3] {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

        .message-list li:last-child[b-q6uzp59qr3] {
            margin-bottom: 0;
        }

.modal-footer[b-q6uzp59qr3] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem 2rem;
    border-top: none;
}

.btn[b-q6uzp59qr3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: none;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    min-width: 100px;
}

.btn-primary[b-q6uzp59qr3] {
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
}

    .btn-primary:hover[b-q6uzp59qr3] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(246, 130, 31, 0.4);
    }

    .btn-primary:focus[b-q6uzp59qr3] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.2);
    }

/* Responsive */
@media (max-width: 576px) {
    .modal-dialog[b-q6uzp59qr3] {
        max-width: calc(100% - 2rem);
        margin: 1rem;
    }

    .modal-body[b-q6uzp59qr3] {
        padding: 1.5rem 1.5rem 1rem;
    }

    .modal-footer[b-q6uzp59qr3] {
        padding: 1rem 1.5rem 1.5rem;
    }

    .message-list[b-q6uzp59qr3] {
        padding-left: 1rem;
    }
}
/* _content/SolverCF/Components/Shared/Progress.razor.rz.scp.css */
.loading-container[b-0p55zo1ic3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

.loading-content[b-0p55zo1ic3] {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    min-width: 300px;
    animation: slideIn-b-0p55zo1ic3 0.3s ease-out;
}

@keyframes slideIn-b-0p55zo1ic3 {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.loading-spinner[b-0p55zo1ic3] {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

/* Default Spinner */
.default-spinner[b-0p55zo1ic3] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f4f6;
    border-top: 4px solid #F6821F;
    border-radius: 50%;
    animation: spin-b-0p55zo1ic3 1s linear infinite;
}

@keyframes spin-b-0p55zo1ic3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Dots Spinner */
.dots-spinner[b-0p55zo1ic3] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

    .dots-spinner div[b-0p55zo1ic3] {
        width: 12px;
        height: 12px;
        background: #F6821F;
        border-radius: 50%;
        animation: bounce-b-0p55zo1ic3 1.4s ease-in-out infinite both;
    }

    .dots-spinner .dot1[b-0p55zo1ic3] {
        animation-delay: -0.32s;
    }

    .dots-spinner .dot2[b-0p55zo1ic3] {
        animation-delay: -0.16s;
    }

@keyframes bounce-b-0p55zo1ic3 {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* Circle Spinner */
.circle-spinner[b-0p55zo1ic3] {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f4f6;
    border-radius: 50%;
    border-top-color: #F6821F;
    border-right-color: #F6821F;
    animation: spin-b-0p55zo1ic3 0.8s linear infinite;
}

/* Pulse Spinner */
.pulse-spinner[b-0p55zo1ic3] {
    width: 40px;
    height: 40px;
    background: #F6821F;
    border-radius: 50%;
    animation: pulse-scale-b-0p55zo1ic3 1.5s ease-in-out infinite;
}

@keyframes pulse-scale-b-0p55zo1ic3 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Bars Spinner */
.bars-spinner[b-0p55zo1ic3] {
    display: flex;
    gap: 4px;
    align-items: end;
    height: 40px;
}

    .bars-spinner div[b-0p55zo1ic3] {
        width: 8px;
        background: #F6821F;
        border-radius: 4px;
        animation: bars-bounce-b-0p55zo1ic3 1.2s infinite ease-in-out;
    }

    .bars-spinner .bar1[b-0p55zo1ic3] {
        animation-delay: -0.45s;
    }

    .bars-spinner .bar2[b-0p55zo1ic3] {
        animation-delay: -0.3s;
    }

    .bars-spinner .bar3[b-0p55zo1ic3] {
        animation-delay: -0.15s;
    }

@keyframes bars-bounce-b-0p55zo1ic3 {
    0%, 80%, 100% {
        height: 20px;
        opacity: 0.5;
    }

    40% {
        height: 40px;
        opacity: 1;
    }
}

/* Loading Text */
.loading-text[b-0p55zo1ic3] {
    margin-bottom: 1.5rem;
}

.loading-title[b-0p55zo1ic3] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.loading-message[b-0p55zo1ic3] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Progress Bar */
.progress-container[b-0p55zo1ic3] {
    margin-bottom: 1.5rem;
}

.progress-bar[b-0p55zo1ic3] {
    width: 100%;
    height: 6px;
    background: #f1f5f9;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill[b-0p55zo1ic3] {
    height: 100%;
    background: linear-gradient(90deg, #F6821F 0%, #F68C3E 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-0p55zo1ic3] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 600;
}

/* Cancel Button */
.cancel-button[b-0p55zo1ic3] {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .cancel-button:hover[b-0p55zo1ic3] {
        background: #f9fafb;
        color: #374151;
        border-color: #9ca3af;
    }

/* Responsive */
@media (max-width: 480px) {
    .loading-content[b-0p55zo1ic3] {
        margin: 1rem;
        padding: 1.5rem;
        min-width: unset;
        width: calc(100% - 2rem);
    }

    .loading-title[b-0p55zo1ic3] {
        font-size: 1.1rem;
    }
}
