.bg-accent-gradient { 
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%); 
}

.glass-panel { 
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(10px); 
}

/* WooCommerce Notices specific to login-app */
.woocommerce-notices-wrapper { 
    display: none; 
}
.notice-container .woocommerce-notices-wrapper { 
    display: block; 
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background: white; 
    border-radius: 12px; 
    padding: 16px; 
    margin-bottom: 12px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1); 
    border-left: 4px solid #4648d4;
    font-size: 14px; 
    color: #333; 
    list-style: none;
}

.woocommerce-error { 
    border-left-color: #ef4444; 
}

.woocommerce-message { 
    border-left-color: #22c55e; 
}
