.app-auth-container {
    min-height: calc(100vh - 140px);
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.app-auth-card {
    background: white;
    width: 100%;
    max-width: 400px;
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
}

.app-auth-header {
    text-align: center;
    margin-bottom: 35px;
}

.app-auth-logo {
    margin-bottom: 20px;
}

.app-auth-logo img {
    max-width: 120px;
    height: auto;
}

.app-auth-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 10px;
}

.app-auth-subtitle {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.form-row {
    margin-bottom: 20px !important;
}

.app-auth-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.app-auth-form input[type="text"],
.app-auth-form input[type="password"] {
    width: 100%;
    padding: 14px 16px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    font-size: 16px !important;
    transition: all 0.2s ease;
}

.app-auth-form input:focus {
    border-color: var(--wa-green) !important;
    background: white !important;
    box-shadow: 0 0 0 4px rgba(57, 181, 74, 0.1) !important;
    outline: none;
}

.woocommerce-form-login__submit {
    width: 100%;
    background: var(--wa-dark-green) !important;
    color: white !important;
    padding: 16px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 10px !important;
    border: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.woocommerce-form-login__submit:active {
    transform: scale(0.98);
}

.app-auth-error {
    background: #fef2f2;
    color: #dc2626;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    border-left: 4px solid #dc2626;
}

.app-auth-success {
    background: #f0fdf4;
    color: #16a34a;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    border-left: 4px solid #16a34a;
}

.app-auth-footer {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}

.app-register-link {
    color: var(--wa-green);
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

.woocommerce-LostPassword a {
    color: #94a3b8;
    text-decoration: none;
}
